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

Method isOpen

flow/Trace.cpp:287–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285 logTraceEventMetrics(false), issues(new IssuesList), barriers(new BarrierList) {}
286
287 bool isOpen() const { return opened; }
288
289 void open(std::string const& directory,
290 std::string const& processName,

Callers 7

selectTraceFormatterFunction · 0.45
selectTraceClockSourceFunction · 0.45
flushTraceFileFunction · 0.45
openTraceFileFunction · 0.45
traceFileIsOpenFunction · 0.45
logMethod · 0.45
dumpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected