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

Method setThreadId

flow/Trace.cpp:1176–1178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1174}
1175
1176void BaseTraceEvent::setThreadId() {
1177 this->detail("ThreadID", getTraceThreadId());
1178}
1179
1180int BaseTraceEvent::getMaxFieldLength() const {
1181 return maxFieldLength;

Callers

nothing calls this directly

Calls 2

detailMethod · 0.95
getTraceThreadIdFunction · 0.85

Tested by

no test coverage detected