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

Method bool_value

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

Source from the content-addressed store, hash-verified

701 }
702}
703inline bool Value::bool_value() const {
704 // @@protoc_insertion_point(field_get:google.protobuf.Value.bool_value)
705 if (has_bool_value()) {
706 return kind_.bool_value_;
707 }
708 return false;
709}
710inline void Value::set_bool_value(bool value) {
711 if (!has_bool_value()) {
712 clear_kind();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected