GenLSP.Requests.CallHierarchyOutgoingCalls (gen_lsp v0.0.5)

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

@since 3.16.0

Link to this section Summary

Link to this section Types

@type t() :: %GenLSP.Requests.CallHierarchyOutgoingCalls{
  id: integer(),
  jsonrpc: String.t(),
  method: String.t(),
  params: GenLSP.Structures.CallHierarchyOutgoingCallsParams.t() | nil
}