View Source GenLSP.Structures.CallHierarchyIncomingCall (gen_lsp v0.8.1)

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

Link to this function

%GenLSP.Structures.CallHierarchyIncomingCall{}

View Source (struct)

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}.