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

Method deserialize

3rdparty/cppdap/src/rapid_json_serializer.cpp:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36bool RapidDeserializer::deserialize(dap::boolean* v) const {
37 if (!json()->IsBool()) {
38 return false;
39 }
40 *v = json()->GetBool();
41 return true;
42}
43
44bool RapidDeserializer::deserialize(dap::integer* v) const {
45 if (json()->IsInt()) {

Callers 5

processRequestMethod · 0.45
processEventMethod · 0.45
processResponseMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 6

booleanClass · 0.85
numberClass · 0.85
integerClass · 0.85
stringClass · 0.85
GetIntMethod · 0.80
reserveMethod · 0.80

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36