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

Method mutable_fields

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

Source from the content-addressed store, hash-verified

508 return fields_.GetMap();
509}
510inline ::google::protobuf::Map< ::std::string, ::google::protobuf::Value >*
511Struct::mutable_fields() {
512 // @@protoc_insertion_point(field_mutable_map:google.protobuf.Struct.fields)
513 return fields_.MutableMap();
514}
515
516inline const Struct* Struct::internal_default_instance() {
517 return &Struct_default_instance_.get();

Callers

nothing calls this directly

Calls 1

MutableMapMethod · 0.45

Tested by

no test coverage detected