Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ TSNote
Function
TSNote
src/api/InkAPI.cc:226–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
224
}
225
226
void
227
TSNote(const char *fmt, ...)
228
{
229
va_list args;
230
231
va_start(args, fmt);
232
NoteV(fmt, args);
233
va_end(args);
234
}
235
236
void
237
TSWarning(const char *fmt, ...)
Callers
4
config_reloader
Function · 0.85
TSRemapNewInstance
Function · 0.85
ts_util.cc
File · 0.85
ts_lua_note
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected