Method

LspCodeLensset_range

Declaration

void
lsp_code_lens_set_range (
  LspCodeLens* self,
  LspRange* value
)

Description

Sets the value of range.

The range in which this code lens is valid.

Parameters

value

Type: LspRange

The new value of range.

The data is owned by the caller of the method.