Method

LspServerCapsget_call_hierarchy

Declaration

void
lsp_server_caps_get_call_hierarchy (
  LspServerCaps* self,
  LspCallHierarchyOptions* result
)

Description

Gets the value of call_hierarchy.

Whether the server provides call hierarchy support.

Parameters

result

Type: LspCallHierarchyOptions

The value of call_hierarchy.

The argument will be set by the function.
The returned data is owned by the instance.