Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
804
void removeTraceRole(std::string const& role) {
805
g_traceLog.removeRole(role);
806
}
807
808
void setTraceLogGroup(const std::string& logGroup) {
809
g_traceLog.setLogGroup(logGroup);
Callers
1
endRole
Function · 0.85
Calls
1
removeRole
Method · 0.45
Tested by
no test coverage detected