View Source GenLSP.Requests.CallHierarchyIncomingCalls (gen_lsp v0.8.1)

A request to resolve the incoming calls for a given CallHierarchyItem.

@since 3.16.0

Message Direction: clientToServer

Link to this section Summary

Link to this section Types

@type result() :: [GenLSP.Structures.CallHierarchyIncomingCall.t()] | nil
@type t() :: %GenLSP.Requests.CallHierarchyIncomingCalls{
  id: integer(),
  jsonrpc: String.t(),
  method: String.t(),
  params: GenLSP.Structures.CallHierarchyIncomingCallsParams.t() | nil
}