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

Method has_struct_value

libapp2sys/prebuilt/include/google/protobuf/struct.pb.h:720–722  ·  view source on GitHub ↗

optional .google.protobuf.Struct struct_value = 5;

Source from the content-addressed store, hash-verified

718
719// optional .google.protobuf.Struct struct_value = 5;
720inline bool Value::has_struct_value() const {
721 return kind_case() == kStructValue;
722}
723inline void Value::set_has_struct_value() {
724 _oneof_case_[0] = kStructValue;
725}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected