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

Method set_instance

src/tsutil/DbgCtl.cc:305–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305void
306DebugInterface::set_instance(DebugInterface *i)
307{
308 di_inst = i;
309 DbgCtl::update([&](const char *t) { return i->debug_tag_activated(t); });
310}
311
312const char *
313DebugInterface::level_name(DiagsLevel dl)

Callers

nothing calls this directly

Calls 2

updateFunction · 0.85
debug_tag_activatedMethod · 0.80

Tested by

no test coverage detected