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

Method size

common/values/custom_map_value.cc:120–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 absl::StatusOr<bool> Has(const CelValue& key) const override { return false; }
119
120 int size() const override { return static_cast<int>(Size()); }
121
122 absl::StatusOr<const CelList*> ListKeys() const override {
123 return common_internal::EmptyCompatListValue();

Callers 15

IndexOfMethod · 0.45
LastIndexOfMethod · 0.45
SubstringMethod · 0.45
LowerAsciiImplFunction · 0.45
UpperAsciiImplFunction · 0.45
TrimImplFunction · 0.45
ReverseMethod · 0.45
JoinMethod · 0.45
SplitMethod · 0.45
ReplaceMethod · 0.45
SizeMethod · 0.45
StructValueEqualFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected