Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ registerProbe
Function
registerProbe
flow/CodeProbe.cpp:250–252 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
248
}
249
250
void registerProbe(const ICodeProbe& probe) {
251
CodeProbes::instance().add(&probe);
252
}
253
254
void traceMissedProbes(Optional<ExecutionContext> context) {
255
CodeProbes::instance().traceMissedProbes(context);
Callers
1
CodeProbeImpl
Method · 0.85
Calls
1
add
Method · 0.45
Tested by
no test coverage detected