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

Function TSWarning

src/api/InkAPI.cc:236–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236void
237TSWarning(const char *fmt, ...)
238{
239 va_list args;
240
241 va_start(args, fmt);
242 WarningV(fmt, args);
243 va_end(args);
244}
245
246void
247TSError(const char *fmt, ...)

Callers 8

validMethod · 0.85
parse_configMethod · 0.85
parse_inlineMethod · 0.85
handleFetchEventsFunction · 0.85
execMethod · 0.85
initMethod · 0.85
ts_util.ccFile · 0.85
ts_lua_warningFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected