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

Method clear_values

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

Source from the content-addressed store, hash-verified

913 return values_.size();
914}
915inline void ListValue::clear_values() {
916 values_.Clear();
917}
918inline const ::google::protobuf::Value& ListValue::values(int index) const {
919 // @@protoc_insertion_point(field_get:google.protobuf.ListValue.values)
920 return values_.Get(index);

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected