Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
458
bool
459
XpackDynamicTable::is_empty() const
460
{
461
return this->_entries_head == this->_entries_tail;
462
}
463
464
uint32_t
465
XpackDynamicTable::largest_index() const
Callers
4
lookup
Method · 0.95
largest_index
Method · 0.95
decode
Method · 0.45
test_XPACK.cc
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected