Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ set_function
Function
set_function
common/reference.h:203–205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
}
202
203
void set_function(FunctionReference function) {
204
mutable_function() = std::move(function);
205
}
206
207
FunctionReference& mutable_function() ABSL_ATTRIBUTE_LIFETIME_BOUND {
208
if (!has_function()) {
Callers
1
set_function
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected