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

Function removeTraceRole

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

Source from the content-addressed store, hash-verified

802}
803
804void removeTraceRole(std::string const& role) {
805 g_traceLog.removeRole(role);
806}
807
808void setTraceLogGroup(const std::string& logGroup) {
809 g_traceLog.setLogGroup(logGroup);

Callers 1

endRoleFunction · 0.85

Calls 1

removeRoleMethod · 0.45

Tested by

no test coverage detected