MCPcopy Create free account
hub / github.com/Tencent/Hardcoder / mutable_values

Method mutable_values

libapp2sys/prebuilt/include/google/protobuf/struct.pb.h:922–925  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

920 return values_.Get(index);
921}
922inline ::google::protobuf::Value* ListValue::mutable_values(int index) {
923 // @@protoc_insertion_point(field_mutable:google.protobuf.ListValue.values)
924 return values_.Mutable(index);
925}
926inline ::google::protobuf::Value* ListValue::add_values() {
927 // @@protoc_insertion_point(field_add:google.protobuf.ListValue.values)
928 return values_.Add();

Callers

nothing calls this directly

Calls 1

MutableMethod · 0.45

Tested by

no test coverage detected