MCPcopy 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
36const char* XmlTraceLogFormatter::getHeader() const {
37 return "<?xml version=\"1.0\"?>\r\n<Trace>\r\n";
38}
39
40const char* XmlTraceLogFormatter::getFooter() const {
41 return "</Trace>\r\n";

Callers 1

actionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected