MCPcopy Create free account
hub / github.com/apple/foundationdb / toJSON

Method toJSON

fdbclient/include/fdbclient/FDBTypes.h:1548–1554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1546 }
1547
1548 StatusObject toJSON() const {
1549 StatusObject result;
1550 result["created_time_timestamp"] = createdTime;
1551 result["created_time_datetime"] = epochsToGMTString(createdTime);
1552 result["storage_engine"] = storeType.toString();
1553 return result;
1554 }
1555};
1556
1557// store metadata of wiggle action

Callers

nothing calls this directly

Calls 2

epochsToGMTStringFunction · 0.85
toStringMethod · 0.45

Tested by

no test coverage detected