Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ set_value
Method
set_value
common/decl.h:96–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
void set_value(absl::optional<Constant> value) { value_ = std::move(value); }
97
98
void set_value(Constant value) { mutable_value() = std::move(value); }
99
Callers
1
MakeConstantVariableDecl
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected