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

Function MutableExtension

depends/protobuf/google/protobuf/extension_set.h:833–837  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

831 ::google::protobuf::internal::FieldType field_type, \
832 bool is_packed> \
833 inline typename _proto_TypeTraits::MutableType MutableExtension( \
834 const ::google::protobuf::internal::ExtensionIdentifier< \
835 CLASSNAME, _proto_TypeTraits, field_type, is_packed>& id) { \
836 return _proto_TypeTraits::Mutable(id.number(), field_type, &_extensions_);\
837 } \
838 \
839 template <typename _proto_TypeTraits, \
840 ::google::protobuf::internal::FieldType field_type, \

Callers

nothing calls this directly

Calls 2

MutableFunction · 0.85
numberMethod · 0.45

Tested by

no test coverage detected