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

Method NeedCallback

include/cripts/Bundle.hpp:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 [[nodiscard]] virtual const cripts::string &Name() const = 0;
81
82 void
83 NeedCallback(cripts::Callbacks cb)
84 {
85 _callbacks |= cb;
86 }
87
88 void
89 NeedCallback(unsigned cbs)

Callers 2

TSPluginInitFunction · 0.45
TSRemapNewInstanceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected