MCPcopy Create free account
hub / github.com/cuberite/cuberite / parse

Method parse

lib/jsoncpp/src/lib_json/json_reader.cpp:121–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119
120
121bool
122Reader::parse( const std::string &document,
123 Value &root,
124 bool collectComments )
125{
126 document_ = document;
127 const char *begin = document_.c_str();
128 const char *end = begin + document_.length();
129 return parse( begin, end, root, collectComments );
130}
131
132
133bool

Callers 4

onClickMethod · 0.80
json_reader.cppFile · 0.80
LoadFromDiskMethod · 0.80
LoadChunkFromDataMethod · 0.80

Calls 6

c_strMethod · 0.80
clearMethod · 0.80
emptyMethod · 0.80
setCommentMethod · 0.80
isArrayMethod · 0.80
isObjectMethod · 0.80

Tested by

no test coverage detected