package
Version:
v0.3.4
Opens a new window with list of versions in this module.
Published: Aug 1, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package utils is a simple package that group any pure functions useful
in LSP
/!\: functions in package utils should be the simplest possible
BoolPtr convert a boolean to a pointer to boolean
IntToUInt converts int position into protocol.UInteger with a padding of 1
because LSP based their positions on 0 but CUE on 1.
UIntToInt converts LSP protocol.UInteger to int and apply a padding of 1
because LSP based their positions on 0 but CUE on 1.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.