module Solargraph::Pin::Common

def context

Returns:
  • (ComplexType) -
def context
  # Get the static context from the nearest namespace

  @context ||= find_context
end