| 178 | // on every ABI and Table::keys lives at a single, predictable offset. |
| 179 | uint32_t _pad_after_flags = 0u; |
| 180 | __forceinline bool isLocked() const { return lock; } |
| 181 | |
| 182 | friend DAS_API int builtin_array_lock_count ( const Array & arr ); |
| 183 | friend DAS_API void array_mark_locked(Array &arr, void *data, uint64_t capacity); |
no outgoing calls
no test coverage detected