MCPcopy 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
1490bool TraceEventFields::isAnnotated() const {
1491 return annotated;
1492}
1493
1494void TraceEventFields::setAnnotated() {
1495 annotated = true;

Callers 2

annotateEventMethod · 0.80
writeEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected