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

Method add

flow/CodeProbe.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 void traceMissedProbes(Optional<ExecutionContext> context) const;
105
106 void add(ICodeProbe const* probe) {
107 Location loc(probe->filename(), probe->line());
108 codeProbes.emplace(loc, probe);
109 }
110
111 static CodeProbes& instance() {
112 static CodeProbes probes;

Callers 1

registerProbeFunction · 0.45

Calls 2

lineMethod · 0.80
filenameMethod · 0.45

Tested by

no test coverage detected