View Source GenLSP.Structures.CallHierarchyIncomingCall (gen_lsp v0.10.0)
Represents an incoming call, e.g. a caller of a method or constructor.
@since 3.16.0
Link to this section Summary
Functions
Fields
- from: The item that makes the call.
- from_ranges: The ranges at which the calls appear. This is relative to the caller
denoted by {@link CallHierarchyIncomingCall.from
this.from
}.
Link to this section Types
@type t() :: %GenLSP.Structures.CallHierarchyIncomingCall{ from: GenLSP.Structures.CallHierarchyItem.t(), from_ranges: [GenLSP.Structures.Range.t()] }
Link to this section Functions
fields
Fields
- from: The item that makes the call.
- from_ranges: The ranges at which the calls appear. This is relative to the caller
denoted by {@link CallHierarchyIncomingCall.from
this.from
}.