Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
236
void
237
TSWarning(const char *fmt, ...)
238
{
239
va_list args;
240
241
va_start(args, fmt);
242
WarningV(fmt, args);
243
va_end(args);
244
}
245
246
void
247
TSError(const char *fmt, ...)
Callers
8
valid
Method · 0.85
parse_config
Method · 0.85
parse_inline
Method · 0.85
handleFetchEvents
Function · 0.85
exec
Method · 0.85
init
Method · 0.85
ts_util.cc
File · 0.85
ts_lua_warning
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected