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

Method clear_fields

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

Source from the content-addressed store, hash-verified

500 return fields_.size();
501}
502inline void Struct::clear_fields() {
503 fields_.Clear();
504}
505inline const ::google::protobuf::Map< ::std::string, ::google::protobuf::Value >&
506Struct::fields() const {
507 // @@protoc_insertion_point(field_map:google.protobuf.Struct.fields)

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected