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

Method ProjectKeys

common/legacy_value.cc:236–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234
235 private:
236 absl::Status ProjectKeys(google::protobuf::Arena* arena) {
237 if (cel_list_.ok() && *cel_list_ == nullptr) {
238 cel_list_ = cel_map_->ListKeys(arena);
239 }
240 return cel_list_.status();
241 }
242
243 const CelMap* const cel_map_;
244 const int size_ = 0;

Callers

nothing calls this directly

Calls 2

okMethod · 0.45
ListKeysMethod · 0.45

Tested by

no test coverage detected