Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ isEmpty
Method
isEmpty
src/traffic_cache_tool/CacheTool.cc:806–810 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
804
}
805
806
bool
807
Span::isEmpty() const
808
{
809
return std::all_of(_stripes.begin(), _stripes.end(), [](StripeSM *s) { return s->_vol_idx == 0; });
810
}
811
812
Errata
813
Span::clear()
Callers
2
print
Method · 0.45
fillEmptySpans
Method · 0.45
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected