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

Method State

src/tscpp/api/InterceptPlugin.cc:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 bool plugin_io_done_ = false;
88
89 State(TSCont cont, InterceptPlugin *plugin) : cont_(cont), plugin_(plugin)
90 {
91 plugin_mutex_ = plugin->getMutex();
92 http_parser_ = TSHttpParserCreate();
93 }
94
95 ~State()
96 {

Callers

nothing calls this directly

Calls 2

TSHttpParserCreateFunction · 0.85
getMutexMethod · 0.45

Tested by

no test coverage detected