Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antmachineintelligence/mtgbmcode
/ dump
Function
dump
src/io/json11.cpp:53–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
*/
52
53
static void dump(NullStruct, string &out) {
54
out +=
"null"
;
55
}
56
57
static void dump(double value, string &out) {
58
if (std::isfinite(value)) {
Callers
3
dump
Method · 0.70
has_shape
Method · 0.70
dump
Method · 0.50
Calls
2
length
Method · 0.80
dump
Method · 0.45
Tested by
no test coverage detected