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

Function ListKeys

eval/public/cel_value.h:637–640  ·  view source on GitHub ↗

Like `ListKeys()` above, but also accepts an arena. Prefer calling this variant if the arena is known.

Source from the content-addressed store, hash-verified

635 // Like `ListKeys()` above, but also accepts an arena. Prefer calling this
636 // variant if the arena is known.
637 virtual absl::StatusOr<const CelList*> ListKeys(google::protobuf::Arena* arena) const {
638 static_cast<void>(arena);
639 return ListKeys();
640 }
641
642 virtual ~CelMap() {}
643

Callers 3

ASSERT_OK_AND_ASSIGNFunction · 0.85
ASSERT_OK_AND_ASSIGNFunction · 0.85
ListKeysMethod · 0.85

Calls

no outgoing calls

Tested by 2

ASSERT_OK_AND_ASSIGNFunction · 0.68
ASSERT_OK_AND_ASSIGNFunction · 0.68