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

Function TSError

plugins/header_rewrite/header_rewrite_test.cc:36–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34} // namespace header_rewrite_ns
35
36void
37TSError(const char *fmt, ...)
38{
39 va_list args;
40
41 va_start(args, fmt);
42 vfprintf(stderr, fmt, args);
43 va_end(args);
44 fprintf(stderr, "\n");
45}
46
47class ParserTest : public Parser
48{

Callers 15

testMethod · 0.70
setMethod · 0.70
initializeMethod · 0.70
setMethod · 0.70
handleFetchEventsFunction · 0.70
initializeMethod · 0.70
execMethod · 0.70
append_valueMethod · 0.70
initializeMethod · 0.70
set_qualifierMethod · 0.70
get_geo_stringMethod · 0.70
get_geo_intMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected