Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ shouldDestroy
Method
shouldDestroy
src/iocore/net/QUICNetVConnection.cc:301–305 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
299
}
300
301
bool
302
QUICNetVConnection::shouldDestroy()
303
{
304
return this->refcount() == 0;
305
}
306
307
VIO *
308
QUICNetVConnection::do_io_read(Continuation *c, int64_t nbytes, MIOBuffer *buf)
Callers
nothing calls this directly
Calls
1
refcount
Method · 0.80
Tested by
no test coverage detected