MCPcopy Create free account
hub / github.com/blend2d/blend2d / make_mutable

Method make_mutable

blend2d/core/string.h:283–283  ·  view source on GitHub ↗

Makes the string mutable. This operation checks whether the string is mutable and if not it makes a deep copy of its content so it can be modified. Please note that you can only modify the content that is defined by its length property. Even if the string had higher capacity before `make_mutable()` it's not guaranteed that the possible new data would match that capacity. If you want to make the

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

bl_string_make_mutableFunction · 0.85

Tested by

no test coverage detected