MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / Set

Method Set

eval/eval/comprehension_slots.h:67–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 bool Has() const { return has_; }
66
67 void Set() { Set(cel::NullValue(), absl::nullopt); }
68
69 template <typename V>
70 void Set(V&& value) {

Callers 8

NextMethod · 0.45
TEST_FFunction · 0.45
SetMethod · 0.45
EvaluateMethod · 0.45
EvaluateMethod · 0.45
Evaluate1Method · 0.45
Evaluate2Method · 0.45
TESTFunction · 0.45

Calls 1

NullValueClass · 0.50

Tested by 2

TEST_FFunction · 0.36
TESTFunction · 0.36