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

Method number_value

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

Source from the content-addressed store, hash-verified

563 }
564}
565inline double Value::number_value() const {
566 // @@protoc_insertion_point(field_get:google.protobuf.Value.number_value)
567 if (has_number_value()) {
568 return kind_.number_value_;
569 }
570 return 0;
571}
572inline void Value::set_number_value(double value) {
573 if (!has_number_value()) {
574 clear_kind();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected