Method: Inch::Language::Elixir::CodeObject::Base#tagged_as_internal_api?

Defined in:
lib/inch/language/elixir/code_object/base.rb

#tagged_as_internal_api?Boolean

Returns true if the object or its parent is tagged as part of an internal api.

Returns:

  • (Boolean)

    true if the object or its parent is tagged as part of an internal api



162
163
164
# File 'lib/inch/language/elixir/code_object/base.rb', line 162

def tagged_as_internal_api?
  self[:tagged_as_internal_api?]
end