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

Method ReadFile

opt_utils/src/json.cpp:750–754  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

748 }
749
750 bool FileReader::ReadFile(const std::string &filename, Node &node)
751 {
752 FileReader reader(filename);
753 return reader.Read(node);
754 }
755
756 bool FileReader::Read(Node &node)
757 {

Callers

nothing calls this directly

Calls 1

ReadMethod · 0.80

Tested by

no test coverage detected