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

Method empty

eval/public/cel_value.cc:276–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274 int size() const override { return 0; }
275
276 bool empty() const override { return true; }
277
278 absl::StatusOr<const CelList*> ListKeys() const override {
279 return EmptyCelList::Get();

Callers 15

TESTFunction · 0.45
AstRewriteFunction · 0.45
TESTFunction · 0.45
AstTraverseFunction · 0.45
RemoveFunctionEntriesMethod · 0.45
TESTFunction · 0.45
IsOptimizableListAppendFunction · 0.45
IsOptimizableMapInsertFunction · 0.45
IsBindFunction · 0.45
FlatExprVisitorMethod · 0.45

Calls

no outgoing calls

Tested by 13

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
ParseTestCaseFunction · 0.36
EvaluateMethod · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36
TEST_PFunction · 0.36
CompileAndEvalExprFunction · 0.36
TEST_PFunction · 0.36
TEST_PFunction · 0.36
TEST_PFunction · 0.36
FormatIssuesFunction · 0.36