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

Method cel_list

common/values/legacy_list_value.h:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 using ListValueMixin::Contains;
133
134 const google::api::expr::runtime::CelList* absl_nullability_unknown cel_list()
135 const {
136 return impl_;
137 }
138
139 friend void swap(LegacyListValue& lhs, LegacyListValue& rhs) noexcept {
140 using std::swap;

Callers 1

LegacyTrivialListValueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected