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

Method mutable_options

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

Source from the content-addressed store, hash-verified

549 return options_.Get(index);
550}
551inline ::google::protobuf::Option* Api::mutable_options(int index) {
552 // @@protoc_insertion_point(field_mutable:google.protobuf.Api.options)
553 return options_.Mutable(index);
554}
555inline ::google::protobuf::Option* Api::add_options() {
556 // @@protoc_insertion_point(field_add:google.protobuf.Api.options)
557 return options_.Add();

Callers

nothing calls this directly

Calls 1

MutableMethod · 0.45

Tested by

no test coverage detected