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

Method ListKeys

common/legacy_value.cc:782–789  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

780}
781
782absl::Status LegacyMapValue::ListKeys(
783 const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool,
784 google::protobuf::MessageFactory* absl_nonnull message_factory,
785 google::protobuf::Arena* absl_nonnull arena, ListValue* absl_nonnull result) const {
786 CEL_ASSIGN_OR_RETURN(auto keys, impl_->ListKeys(arena));
787 *result = ListValue{common_internal::LegacyListValue(keys)};
788 return absl::OkStatus();
789}
790
791absl::Status LegacyMapValue::ForEach(
792 ForEachCallback callback,

Callers 1

ProjectKeysMethod · 0.45

Calls 1

LegacyListValueClass · 0.50

Tested by

no test coverage detected