MCPcopy Create free account
hub / github.com/Koihik/LuaFormatter / dumpCurrent

Method dumpCurrent

src/Config.cpp:295–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293}
294
295void Config::dumpCurrent(std::ofstream& fout) {
296 for (const auto& kv : node) {
297 fout << kv.first << ": " << kv.second << std::endl;
298 }
299}
300
301void Config::dumpCurrent(std::ostream& out) {
302 for (const auto& kv : node) {

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected