| 1205 | } |
| 1206 | |
| 1207 | void 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 |
no test coverage detected