MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / builtin_array_unlock

Function builtin_array_unlock

src/builtin/module_builtin_array.cpp:123–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 }
122
123 void builtin_array_unlock ( Array & arr, Context * context, LineInfoArg * at ) {
124 array_unlock(*context, arr, at);
125 }
126
127 void builtin_array_lock_mutable ( const Array & arr, Context * context, LineInfoArg * at ) {
128 array_lock(*context, const_cast<Array&>(arr), at);

Callers

nothing calls this directly

Calls 1

array_unlockFunction · 0.85

Tested by

no test coverage detected