Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ getHeader
Method
getHeader
flow/XmlTraceLogFormatter.cpp:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
const char* XmlTraceLogFormatter::getHeader() const {
37
return
"<?xml version=\"
1.0\
"?>\r\n<Trace>\r\n"
;
38
}
39
40
const char* XmlTraceLogFormatter::getFooter() const {
41
return
"</Trace>\r\n"
;
Callers
1
action
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected