Method

LspServerCapsset_call_hierarchy

Declaration

void
lsp_server_caps_set_call_hierarchy (
  LspServerCaps* self,
  LspCallHierarchyOptions* value
)

Description

Sets the value of call_hierarchy.

Whether the server provides call hierarchy support.

Parameters

value

Type: LspCallHierarchyOptions

The new value of call_hierarchy.

The data is owned by the caller of the method.