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

Method write

flow/FileTraceLogWriter.cpp:116–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void FileTraceLogWriter::write(const std::string& str) {
117 write(str.data(), str.size());
118}
119
120void FileTraceLogWriter::write(const StringRef& str) {
121 write(reinterpret_cast<const char*>(str.begin()), str.size());

Callers

nothing calls this directly

Calls 8

fprintfFunction · 0.85
threadSleepFunction · 0.85
writeFunction · 0.70
dataMethod · 0.45
sizeMethod · 0.45
beginMethod · 0.45
resolveIssueMethod · 0.45
addIssueMethod · 0.45

Tested by

no test coverage detected