MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / Parse

Method Parse

opt_utils/src/json.cpp:900–910  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

898 jsonSize = json.size();
899 }
900 bool Parser::Parse(Node &root)
901 {
902 this->root = &root;
903 cursor = 0;
904
905 tokenize();
906 bool success = assemble();
907
908 this->root = NULL;
909 return success;
910 }
911
912 const std::string &Parser::GetError() const
913 {

Callers 2

read_netFunction · 0.80
ReadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected