MCPcopy Create free account
hub / github.com/DFHack/dfhack / Mutable

Function Mutable

depends/protobuf/google/protobuf/extension_set.h:627–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

625 set->SetString(number, field_type, value, NULL);
626 }
627 static inline string* Mutable(int number, FieldType field_type,
628 ExtensionSet* set) {
629 return set->MutableString(number, field_type, NULL);
630 }
631};
632
633class LIBPROTOBUF_EXPORT RepeatedStringTypeTraits {

Callers 1

MutableExtensionFunction · 0.85

Calls 2

MutableStringMethod · 0.80
MutableRepeatedStringMethod · 0.80

Tested by

no test coverage detected