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

Method done

src/iocore/cache/RegressionSM.cc:46–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void
47RegressionSM::done(int astatus)
48{
49 if (pending_action) {
50 pending_action->cancel();
51 pending_action = nullptr;
52 }
53 set_status(astatus);
54 if (pstatus) {
55 *pstatus = status;
56 }
57 if (parent) {
58 parent->child_done(status);
59 }
60}
61
62void
63RegressionSM::run(int *apstatus)

Callers

nothing calls this directly

Calls 2

child_doneMethod · 0.80
cancelMethod · 0.45

Tested by

no test coverage detected