Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
800
void addTraceRole(std::string const& role) {
801
g_traceLog.addRole(role);
802
}
803
804
void removeTraceRole(std::string const& role) {
805
g_traceLog.removeRole(role);
Callers
1
startRole
Function · 0.85
Calls
1
addRole
Method · 0.45
Tested by
no test coverage detected