MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / parse

Method parse

json/jsoncpp.cpp:342–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342bool Reader::parse(const std::string& document,
343 Value& root,
344 bool collectComments) {
345 document_.assign(document.begin(), document.end());
346 const char* begin = document_.c_str();
347 const char* end = begin + document_.length();
348 return parse(begin, end, root, collectComments);
349}
350
351bool Reader::parse(std::istream& sin, Value& root, bool collectComments) {
352 // std::istream_iterator<char> begin(sin);

Callers 9

GetValueMethod · 0.45
ReadGlobalMethod · 0.45
RequestUserPositionsMethod · 0.45
RequestChatLogMethod · 0.45
GetJsonMethod · 0.45
juxtapose.min.jsFile · 0.45
InspireWriteCallbackFunction · 0.45
parseMethod · 0.45
parseFromStreamFunction · 0.45

Calls 14

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

Tested by

no test coverage detected