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

Method AddValues

internal/json.cc:1169–1173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1167 }
1168
1169 google::protobuf::MessageLite* absl_nonnull AddValues(
1170 google::protobuf::MessageLite* absl_nonnull message) const override {
1171 return reflection_.ListValue().AddValues(
1172 google::protobuf::DownCastMessage<google::protobuf::Message>(message));
1173 }
1174
1175 google::protobuf::MessageLite* absl_nonnull InsertField(
1176 google::protobuf::MessageLite* absl_nonnull message,

Callers

nothing calls this directly

Calls 2

ListValueMethod · 0.80
AddValuesMethod · 0.45

Tested by

no test coverage detected