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

Method null_value

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

Source from the content-addressed store, hash-verified

534 }
535}
536inline ::google::protobuf::NullValue Value::null_value() const {
537 // @@protoc_insertion_point(field_get:google.protobuf.Value.null_value)
538 if (has_null_value()) {
539 return static_cast< ::google::protobuf::NullValue >(kind_.null_value_);
540 }
541 return static_cast< ::google::protobuf::NullValue >(0);
542}
543inline void Value::set_null_value(::google::protobuf::NullValue value) {
544 if (!has_null_value()) {
545 clear_kind();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected