Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ printProbesXML
Method
printProbesXML
flow/CodeProbe.cpp:272–274 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
270
}
271
272
void ICodeProbe::printProbesXML() {
273
CodeProbes::instance().printXML();
274
}
275
276
void ICodeProbe::printProbesJSON(std::vector<std::string> const& ctxs) {
277
CodeProbes::instance().printJSON(ctxs);
Callers
nothing calls this directly
Calls
1
printXML
Method · 0.80
Tested by
no test coverage detected