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

Method MutableListValue

internal/json.cc:1079–1083  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1077 }
1078
1079 google::protobuf::MessageLite* absl_nonnull MutableListValue(
1080 google::protobuf::MessageLite* absl_nonnull message) const override {
1081 return ValueReflection::MutableListValue(
1082 google::protobuf::DownCastMessage<google::protobuf::Value>(message));
1083 }
1084
1085 google::protobuf::MessageLite* absl_nonnull MutableStructValue(
1086 google::protobuf::MessageLite* absl_nonnull message) const override {

Callers

nothing calls this directly

Calls 1

MutableListValueClass · 0.85

Tested by

no test coverage detected