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

Method has_null_value

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

optional .google.protobuf.NullValue null_value = 1;

Source from the content-addressed store, hash-verified

522
523// optional .google.protobuf.NullValue null_value = 1;
524inline bool Value::has_null_value() const {
525 return kind_case() == kNullValue;
526}
527inline void Value::set_has_null_value() {
528 _oneof_case_[0] = kNullValue;
529}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected