Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
void
41
INKVConnInternal::clear()
42
{
43
m_read_vio.set_continuation(nullptr);
44
m_write_vio.set_continuation(nullptr);
45
INKContInternal::clear();
46
}
47
48
void
49
INKVConnInternal::free()
Callers
5
free
Method · 0.45
do_io_read
Method · 0.45
do_io_write
Method · 0.45
do_io_close
Method · 0.45
do_io_shutdown
Method · 0.45
Calls
2
clear
Function · 0.50
set_continuation
Method · 0.45
Tested by
no test coverage detected