MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / dump

Method dump

include/LightGBM/json11.hpp:145–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 // Serialize.
144 void dump(std::string &out) const;
145 std::string dump() const {
146 std::string out;
147 dump(out);
148 return out;
149 }
150
151 // Parse. If parse fails, return Json() and assign an error message to err.
152 static Json parse(const std::string & in,

Callers

nothing calls this directly

Calls 1

dumpFunction · 0.50

Tested by

no test coverage detected