Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ operator->
Method
operator->
common/optional_ref.h:100–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
constexpr T* absl_nonnull operator->() const {
101
ABSL_ASSERT(has_value());
102
return value_;
103
}
104
105
private:
106
template <typename U>
Callers
nothing calls this directly
Calls
1
has_value
Function · 0.85
Tested by
no test coverage detected