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

Method size

common/values/value_builder.cc:1074–1074  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1072 }
1073
1074 int size() const override { return static_cast<int>(Size()); }
1075
1076 absl::StatusOr<const CelList*> ListKeys() const override {
1077 return ProjectKeys();

Callers 15

HasNextMethod · 0.45
NextMethod · 0.45
Next1Method · 0.45
Next2Method · 0.45
SizeMethod · 0.45
CloneMethod · 0.45
SizeMethod · 0.45
ForEachMethod · 0.45
GetMethod · 0.45
CloneMethod · 0.45
SizeMethod · 0.45
ForEachMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected