Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ isAnnotated
Method
isAnnotated
flow/Trace.cpp:1490–1492 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1488
}
1489
1490
bool TraceEventFields::isAnnotated() const {
1491
return annotated;
1492
}
1493
1494
void TraceEventFields::setAnnotated() {
1495
annotated = true;
Callers
2
annotateEvent
Method · 0.80
writeEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected