Method

LspCallHierarchyItemget_range

Declaration

void
lsp_call_hierarchy_item_get_range (
  LspCallHierarchyItem* self,
  LspRange* result
)

Description

Gets the value of range.

The range enclosing this symbol not including leading/trailing whitespace but everything else like comments.

Parameters

result

Type: LspRange

The value of range.

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