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

Method WriteFile

opt_utils/src/json.cpp:722–726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

720 }
721
722 void FileWriter::WriteFile(const std::string &filename, const Node &root, const Format &format)
723 {
724 FileWriter writer(filename);
725 writer.Write(root, format);
726 }
727
728 void FileWriter::Write(const Node &root, const Format &format)
729 {

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.80

Tested by

no test coverage detected