GenLSP.Protocol.Structures.CallHierarchyIncomingCall (gen_lsp v0.0.1)
Represents an incoming call, e.g. a caller of a method or constructor.
@since 3.16.0
properties
Properties
from :: CallHierarchyItem (required)
The item that makes the call.
fromRanges :: unimplemented doc type (required)
The ranges at which the calls appear. This is relative to the caller
denoted by this.from
.