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

Method cel_map

common/values/legacy_map_value.h:154–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 absl::StatusOr<absl_nonnull ValueIteratorPtr> NewIterator() const;
153
154 const google::api::expr::runtime::CelMap* absl_nonnull cel_map() const {
155 return impl_;
156 }
157
158 friend void swap(LegacyMapValue& lhs, LegacyMapValue& rhs) noexcept {
159 using std::swap;

Callers 1

LegacyTrivialMapValueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected