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

Method has_string_value

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

optional string string_value = 3;

Source from the content-addressed store, hash-verified

580
581// optional string string_value = 3;
582inline bool Value::has_string_value() const {
583 return kind_case() == kStringValue;
584}
585inline void Value::set_has_string_value() {
586 _oneof_case_[0] = kStringValue;
587}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected