MCPcopy 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
301bool
302QUICNetVConnection::shouldDestroy()
303{
304 return this->refcount() == 0;
305}
306
307VIO *
308QUICNetVConnection::do_io_read(Continuation *c, int64_t nbytes, MIOBuffer *buf)

Callers

nothing calls this directly

Calls 1

refcountMethod · 0.80

Tested by

no test coverage detected