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:1157–1160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1155
}
1156
1157
inline constexpr bool
1158
TextView::operator!() const noexcept {
1159
return this->empty();
1160
}
1161
1162
inline constexpr TextView::operator bool() const noexcept {
1163
return !this->empty();
Callers
nothing calls this directly
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected