Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
172
class JsonDouble final : public Value<Json::NUMBER, double> {
Callers
nothing calls this directly
Calls
1
dump
Function · 0.70
Tested by
no test coverage detected