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

Method add_values

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

Source from the content-addressed store, hash-verified

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();
929}
930inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Value >*
931ListValue::mutable_values() {
932 // @@protoc_insertion_point(field_mutable_list:google.protobuf.ListValue.values)

Callers

nothing calls this directly

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected