MCPcopy Create free account
hub / github.com/apache/trafficserver / operator*

Method operator*

lib/swoc/include/swoc/TextView.h:1152–1155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1150}
1151
1152inline constexpr char
1153TextView::operator*() const {
1154 return this->empty() ? char(0) : *(this->data());
1155}
1156
1157inline constexpr bool
1158TextView::operator!() const noexcept {

Callers

nothing calls this directly

Calls 2

dataMethod · 0.95
emptyMethod · 0.45

Tested by

no test coverage detected