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

Method dump

python-package/compile/src/io/json11.cpp:169–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167
168 const T m_value;
169 void dump(string &out) const override { json11::dump(m_value, out); }
170};
171
172class JsonDouble final : public Value<Json::NUMBER, double> {

Callers

nothing calls this directly

Calls 1

dumpFunction · 0.70

Tested by

no test coverage detected