Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-cpp
/ Set
Method
Set
eval/eval/comprehension_slots.h:136–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
135
template <typename V>
136
void Set(size_t index, V&& value) {
137
Set(index, std::forward<V>(value), absl::nullopt);
138
}
139
140
template <typename V, typename A>
141
void Set(size_t index, V&& value, A&& attribute) {
Callers
nothing calls this directly
Calls
2
Get
Function · 0.85
Set
Method · 0.45
Tested by
no test coverage detected