MCPcopy Create free account
hub / github.com/apache/trafficserver / ~PostScript

Method ~PostScript

include/tsutil/PostScript.h:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 PostScript(Callable f) : _f(f) {}
42
43 ~PostScript()
44 {
45 if (_armed) {
46 _f();
47 }
48 }
49
50 void
51 release()

Callers

nothing calls this directly

Calls 1

_fClass · 0.85

Tested by

no test coverage detected