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

Method ListKeys

eval/public/structs/cel_proto_wrap_util.cc:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 int size() const override { return values_->fields_size(); }
142
143 absl::StatusOr<const CelList*> ListKeys() const override {
144 return &key_list_;
145 }
146
147 private:
148 // List of keys in Struct.fields map.

Callers 2

StructFromValueFunction · 0.45
CEL_ASSIGN_OR_RETURNFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected