Method

LspCodeLensget_range

Declaration

void
lsp_code_lens_get_range (
  LspCodeLens* self,
  LspRange* result
)

Description

Gets the value of range.

The range in which this code lens is valid.

Parameters

result

Type: LspRange

The value of range.

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