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

Function builtin_array_lock

src/builtin/module_builtin_array.cpp:119–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 }
118
119 void builtin_array_lock ( Array & arr, Context * context, LineInfoArg * at ) {
120 array_lock(*context, arr, at);
121 }
122
123 void builtin_array_unlock ( Array & arr, Context * context, LineInfoArg * at ) {
124 array_unlock(*context, arr, at);

Callers

nothing calls this directly

Calls 1

array_lockFunction · 0.85

Tested by

no test coverage detected