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

Method has_source_context

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

optional .google.protobuf.SourceContext source_context = 5;

Source from the content-addressed store, hash-verified

613
614// optional .google.protobuf.SourceContext source_context = 5;
615inline bool Api::has_source_context() const {
616 return this != internal_default_instance() && source_context_ != NULL;
617}
618inline void Api::clear_source_context() {
619 if (GetArenaNoVirtual() == NULL && source_context_ != NULL) delete source_context_;
620 source_context_ = NULL;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected