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

Method sizeBytes

flow/Trace.cpp:1478–1480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1476}
1477
1478size_t TraceEventFields::sizeBytes() const {
1479 return bytes;
1480}
1481
1482TraceEventFields::FieldIterator TraceEventFields::begin() const {
1483 return fields.cbegin();

Callers 2

writeEventMethod · 0.80
Trace.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected