Method

LspCodeLensget_command

Declaration

LspCommand*
lsp_code_lens_get_command (
  LspCodeLens* self
)

Description

Gets the value of command.

The command this code lens represents.

Return value

Type: LspCommand

The value of command.

The returned data is owned by the instance.
The return value can be NULL.