MCPcopy 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
226void
227TSNote(const char *fmt, ...)
228{
229 va_list args;
230
231 va_start(args, fmt);
232 NoteV(fmt, args);
233 va_end(args);
234}
235
236void
237TSWarning(const char *fmt, ...)

Callers 4

config_reloaderFunction · 0.85
TSRemapNewInstanceFunction · 0.85
ts_util.ccFile · 0.85
ts_lua_noteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected