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

Function dump

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

Source from the content-addressed store, hash-verified

51 */
52
53static void dump(NullStruct, string &out) {
54 out += "null";
55}
56
57static void dump(double value, string &out) {
58 if (std::isfinite(value)) {

Callers 3

dumpMethod · 0.70
has_shapeMethod · 0.70
dumpMethod · 0.50

Calls 2

lengthMethod · 0.80
dumpMethod · 0.45

Tested by

no test coverage detected