Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ getFooter
Method
getFooter
flow/XmlTraceLogFormatter.cpp:40–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
const char* XmlTraceLogFormatter::getFooter() const {
41
return
"</Trace>\r\n"
;
42
}
43
44
void XmlTraceLogFormatter::escape(std::ostringstream& oss, std::string source) const {
45
for (;;) {
Callers
1
action
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected