MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / tokenModifiers

Function tokenModifiers

src/common/lsp/protocol/protocol.cpp:137–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137QJsonArray tokenModifiers()
138{
139 return {
140 "declaration",
141 "definition",
142 "readonly",
143 "static",
144 "deprecated",
145 "abstract",
146 "async",
147 "modification",
148 "documentation",
149 "defaultLibrary"
150 };
151}
152
153QJsonObject workspace()
154{

Callers 1

initializeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected