MCPcopy Create free account
hub / github.com/apache/trafficserver / enableFakeDebugLog

Function enableFakeDebugLog

plugins/esi/test/print_funcs.cc:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39std::string gFakeDebugLog;
40
41void
42enableFakeDebugLog()
43{
44 fakeDebugLogEnabled = true;
45 gFakeDebugLog.assign("");
46}
47
48void
49DbgCtl::print(const char *tag, const char * /* file */, const char * /* function */, int /* line */, const char *fmt, ...)

Callers 1

vars_test.ccFile · 0.85

Calls 1

assignMethod · 0.45

Tested by

no test coverage detected