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

Method afterInitCallbackSet

include/iocore/cache/Cache.h:161–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159};
160
161inline void
162CacheProcessor::afterInitCallbackSet(CALLBACK_FUNC cb)
163{
164 cb_after_init = cb;
165}
166
167struct CacheVConnection : public VConnection {
168 VIO *do_io_read(Continuation *c, int64_t nbytes, MIOBuffer *buf) override = 0;

Callers 3

cmd_check_internalFunction · 0.80
cmd_clearFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected