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

Function das_array_unlock

src/misc/daScriptC.cpp:1207–1209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1205}
1206
1207void das_array_unlock ( das_context * context, das_array * arr ) {
1208 array_unlock(*(Context *)context, *(Array *)arr, nullptr);
1209}
1210
1211// --- Tables ---
1212// Dispatch on key type. Mirrors table_reserve_impl in

Callers 1

Calls 1

array_unlockFunction · 0.85

Tested by

no test coverage detected