Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ _checkAccess
Method
_checkAccess
packages/core/file-system/index.ts:691–695 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
689
}
690
691
_checkAccess() {
692
if
(this.isLocked) {
693
throw
new
Error(
'Cannot access a locked file.'
);
694
}
695
}
696
}
697
698
export
class
Folder extends FileSystemEntity {
Callers
14
append
Method · 0.95
appendSync
Method · 0.95
appendText
Method · 0.95
appendTextSync
Method · 0.95
copy
Method · 0.95
copySync
Method · 0.95
read
Method · 0.95
readSync
Method · 0.95
write
Method · 0.95
writeSync
Method · 0.95
readText
Method · 0.95
readTextSync
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected