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

Method clear_methods

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

Source from the content-addressed store, hash-verified

512 return methods_.size();
513}
514inline void Api::clear_methods() {
515 methods_.Clear();
516}
517inline const ::google::protobuf::Method& Api::methods(int index) const {
518 // @@protoc_insertion_point(field_get:google.protobuf.Api.methods)
519 return methods_.Get(index);

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected