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

Method addTransactionInfo

fdbserver/LogSystem.cpp:292–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292void LogPushData::addTransactionInfo(SpanContext const& context) {
293 CODE_PROBE(!spanContext.isValid(), "addTransactionInfo with invalid SpanContext");
294 spanContext = context;
295 writtenLocations.clear();
296}
297
298void LogPushData::writeMessage(StringRef rawMessageWithoutLength, bool usePreviousLocations) {
299 if (!usePreviousLocations) {

Callers 3

applyMethod · 0.80

Calls 2

clearMethod · 0.65
isValidMethod · 0.45

Tested by

no test coverage detected