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

Method ListKeys

tools/flatbuffers_backed_impl.h:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 // Import base class signatures to bypass GCC warning/error.
28 using CelMap::ListKeys;
29 absl::StatusOr<const CelList*> ListKeys() const override { return &keys_; }
30
31 private:
32 struct FieldList : public CelList {

Callers 2

FlatBuffersTestClass · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36