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

Method modify_op

blend2d/core/array.h:507–509  ·  view source on GitHub ↗

Modify operation is similar to `make_mutable`, however, the `op` argument specifies the desired array operation, see \ref BLModifyOp. The pointer returned in `data_out` points to the first item to be either assigned or appended and it points to an uninitialized memory. Please note that assignments mean to wipe out the whole array content and to set the length of the array to `n`. The caller is re

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

bl_array_modify_opFunction · 0.85

Tested by

no test coverage detected