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

Method is_empty

src/proxy/hdrs/XPACK.cc:458–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456}
457
458bool
459XpackDynamicTable::is_empty() const
460{
461 return this->_entries_head == this->_entries_tail;
462}
463
464uint32_t
465XpackDynamicTable::largest_index() const

Callers 4

lookupMethod · 0.95
largest_indexMethod · 0.95
decodeMethod · 0.45
test_XPACK.ccFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected