GenLSP.Protocol.Structures.CallHierarchyOutgoingCall (gen_lsp v0.0.1)
Represents an outgoing call, e.g. calling a getter from a method or a method from a constructor etc.
@since 3.16.0
properties
Properties
to :: CallHierarchyItem (required)
The item that is called.
fromRanges :: unimplemented doc type (required)
The range at which this item is called. This is the range relative to the caller, e.g the item
passed to provideCallHierarchyOutgoingCalls
and not this.to
.