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

Function addTraceRole

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

Source from the content-addressed store, hash-verified

798}
799
800void addTraceRole(std::string const& role) {
801 g_traceLog.addRole(role);
802}
803
804void removeTraceRole(std::string const& role) {
805 g_traceLog.removeRole(role);

Callers 1

startRoleFunction · 0.85

Calls 1

addRoleMethod · 0.45

Tested by

no test coverage detected