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

Method add_methods

libapp2sys/prebuilt/include/google/protobuf/api.pb.h:525–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523 return methods_.Mutable(index);
524}
525inline ::google::protobuf::Method* Api::add_methods() {
526 // @@protoc_insertion_point(field_add:google.protobuf.Api.methods)
527 return methods_.Add();
528}
529inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Method >*
530Api::mutable_methods() {
531 // @@protoc_insertion_point(field_mutable_list:google.protobuf.Api.methods)

Callers

nothing calls this directly

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected