Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ operator->
Method
operator->
common/memory.h:1139–1142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1137
}
1138
1139
T* absl_nonnull operator->() const noexcept {
1140
ABSL_DCHECK(static_cast<bool>(*this));
1141
return get();
1142
}
1143
1144
void reset() noexcept {
1145
value_ = nullptr;
Callers
nothing calls this directly
Calls
1
get
Function · 0.85
Tested by
no test coverage detected