class RubyLsp::Requests::Support::Sorbet

def annotation?(node)

: (Prism::CallNode node) -> bool
def annotation?(node)
  !!ANNOTATIONS[node.name]&.match?(node)
end