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

Function traceFileIsOpen

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

Source from the content-addressed store, hash-verified

794}
795
796bool traceFileIsOpen() {
797 return g_traceLog.isOpen();
798}
799
800void addTraceRole(std::string const& role) {
801 g_traceLog.addRole(role);

Callers 2

createDatabaseMethod · 0.85
setNetworkOptionFunction · 0.85

Calls 1

isOpenMethod · 0.45

Tested by

no test coverage detected