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

Method mutable_version

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

Source from the content-addressed store, hash-verified

592 // @@protoc_insertion_point(field_set_pointer:google.protobuf.Api.version)
593}
594inline ::std::string* Api::mutable_version() {
595
596 // @@protoc_insertion_point(field_mutable:google.protobuf.Api.version)
597 return version_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
598}
599inline ::std::string* Api::release_version() {
600 // @@protoc_insertion_point(field_release:google.protobuf.Api.version)
601

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected