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

Method getStatus

fdbserver/Status.actor.cpp:217–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215 }
216
217 JsonBuilderObject getStatus() const {
218 JsonBuilderObject statusObject;
219 statusObject["hz"] = hz;
220 statusObject["roughness"] = roughness;
221 statusObject["counter"] = counter;
222 return statusObject;
223 }
224
225 double getHz() { return hz; }
226

Calls

no outgoing calls

Tested by

no test coverage detected