Method

LspCodeActionget_edit

Declaration

LspWorkspaceEdit*
lsp_code_action_get_edit (
  LspCodeAction* self
)

Description

Gets the value of edit.

The workspace edit this code action performs.

Return value

Type: LspWorkspaceEdit

The value of edit.

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