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

Method isLocked

include/daScript/misc/arraytype.h:180–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers 15

array_clearFunction · 0.80
array_reserveFunction · 0.80
array_resizeFunction · 0.80
evalMethod · 0.80
table_reserve_implFunction · 0.80
table_clearFunction · 0.80
evalMethod · 0.80
afterArrayMethod · 0.80
afterTableMethod · 0.80
das_fileaccess_is_lockedFunction · 0.80
das_array_clearFunction · 0.80
das_table_clearFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected