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

Class TestCont

tests/tools/plugins/test_cppapi.cc:83–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83class TestCont : public atscppapi::Continuation
84{
85public:
86 TestCont(Mutex m) : atscppapi::Continuation(m) {}
87
88 TestCont() = default;
89
90private:
91 int
92 _run(TSEvent event, void *edata) override
93 {
94 passedToEventFunc.event = event;
95 passedToEventFunc.edata = edata;
96
97 return 666;
98 }
99};
100
101void
102f()

Callers 1

fFunction · 0.85

Calls

no outgoing calls

Tested by 1

fFunction · 0.68