MCPcopy Create free account
hub / github.com/ComodoSecurity/openedr / parse

Method parse

edrav2/eprj/jsoncpp/src/lib_json/json_reader.cpp:98–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98bool Reader::parse(const std::string& document,
99 Value& root,
100 bool collectComments) {
101 document_.assign(document.begin(), document.end());
102 const char* begin = document_.c_str();
103 const char* end = begin + document_.length();
104 return parse(begin, end, root, collectComments);
105}
106
107bool Reader::parse(std::istream& is, Value& root, bool collectComments) {
108 // std::istream_iterator<char> begin(is);

Callers 12

parseMethod · 0.45
parseFromStreamFunction · 0.45
parseAndSaveValueTreeFunction · 0.45
JSONTEST_FIXTUREFunction · 0.45
GetJsonRequestMethod · 0.45
GetJsonRequestMethod · 0.45
GetJsonResponseMethod · 0.45
HandleResponseMethod · 0.45
CallProceduresMethod · 0.45
HandleRequestMethod · 0.45
HandleRequestMethod · 0.45

Calls 15

setCommentMethod · 0.80
isArrayMethod · 0.80
parseFunction · 0.50
assignMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
c_strMethod · 0.45
lengthMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45
clearMethod · 0.45
emptyMethod · 0.45

Tested by 4

GetJsonRequestMethod · 0.36
GetJsonRequestMethod · 0.36
GetJsonResponseMethod · 0.36