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

Method ~ParentTest

src/api/InkAPITest.cc:7204–7211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7202 }
7203
7204 ~ParentTest()
7205 {
7206 synclient_txn_close(this->browser);
7207 synclient_txn_delete(this->browser);
7208 synserver_delete(this->os);
7209 this->os = nullptr;
7210 this->magic = MAGIC_DEAD;
7211 }
7212
7213 bool
7214 parent_routing_enabled() const

Callers

nothing calls this directly

Calls 3

synclient_txn_closeFunction · 0.85
synclient_txn_deleteFunction · 0.85
synserver_deleteFunction · 0.85

Tested by

no test coverage detected