MCPcopy 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
806bool
807Span::isEmpty() const
808{
809 return std::all_of(_stripes.begin(), _stripes.end(), [](StripeSM *s) { return s->_vol_idx == 0; });
810}
811
812Errata
813Span::clear()

Callers 2

printMethod · 0.45
fillEmptySpansMethod · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected