Method: Inch::CodeObject::Proxy::NamespaceObject#has_many_children?

Defined in:
lib/inch/code_object/proxy/namespace_object.rb

#has_many_children?Boolean



19
20
21
# File 'lib/inch/code_object/proxy/namespace_object.rb', line 19

def has_many_children?
  children.size > MANY_CHILDREN_THRESHOLD
end