MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / Deserialize

Method Deserialize

CodeFormatServer/src/LSP/LSP.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19void lsp::Position::Deserialize(nlohmann::json json) {
20 line = json["line"];
21 character = json["character"];
22}
23
24lsp::Range::Range(Position _start, Position _end)
25 : start(_start),

Callers 4

MakeRequestObjectFunction · 0.45
ReformatMethod · 0.45
SpellCorrectMethod · 0.45

Calls 2

RangeClass · 0.70
push_backMethod · 0.45

Tested by

no test coverage detected