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

Method empty

lib/swoc/include/swoc/TextView.h:1902–1905  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1900
1901template <typename X, typename V>
1902bool
1903TransformView<X, V>::empty() const {
1904 return _spot == _limit;
1905}
1906
1907template <typename X, typename V> TransformView<X, V>::operator bool() const {
1908 return _spot != _limit;

Callers 7

operator*Method · 0.45
operator!Method · 0.45
boolFunction · 0.45
starts_withMethod · 0.45
starts_with_nocaseMethod · 0.45
ends_withMethod · 0.45
ends_with_nocaseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected