Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1152
inline constexpr char
1153
TextView::operator*() const {
1154
return this->empty() ? char(0) : *(this->data());
1155
}
1156
1157
inline constexpr bool
1158
TextView::operator!() const noexcept {
Callers
nothing calls this directly
Calls
2
data
Method · 0.95
empty
Method · 0.45
Tested by
no test coverage detected