Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ operator()
Method
operator()
eval/public/cel_value_internal.h:89–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
88
template <typename ArgT>
89
T operator()(const ArgT& arg) {
90
return op(arg);
91
}
92
93
T operator()(const MessageWrapper& wrapper) {
94
ABSL_ASSERT(wrapper.HasFullProto());
Callers
nothing calls this directly
Calls
1
message_ptr
Method · 0.80
Tested by
no test coverage detected