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

Method clear

src/api/InkVConnInternal.cc:40–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void
41INKVConnInternal::clear()
42{
43 m_read_vio.set_continuation(nullptr);
44 m_write_vio.set_continuation(nullptr);
45 INKContInternal::clear();
46}
47
48void
49INKVConnInternal::free()

Callers 5

freeMethod · 0.45
do_io_readMethod · 0.45
do_io_writeMethod · 0.45
do_io_closeMethod · 0.45
do_io_shutdownMethod · 0.45

Calls 2

clearFunction · 0.50
set_continuationMethod · 0.45

Tested by

no test coverage detected