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

Function das_fileaccess_is_locked

src/misc/daScriptC.cpp:229–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229int das_fileaccess_is_locked ( das_file_access * access ) {
230 return ((FileAccess *) access)->isLocked() ? 1 : 0;
231}
232
233void das_get_root ( char * root, int maxbuf ) {
234 auto r = getDasRoot();

Callers

nothing calls this directly

Calls 1

isLockedMethod · 0.80

Tested by

no test coverage detected