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

Function bool

lib/swoc/include/swoc/TextView.h:1162–1164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1160}
1161
1162inline constexpr TextView::operator bool() const noexcept {
1163 return !this->empty();
1164}
1165
1166inline auto
1167TextView::operator++() -> self_type & {

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected