Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1162
inline constexpr TextView::operator bool() const noexcept {
1163
return !this->empty();
1164
}
1165
1166
inline auto
1167
TextView::operator++() -> self_type & {
Callers
nothing calls this directly
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected