Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VemtoOrg/vemto2
/ folderDoesNotExist
Method
folderDoesNotExist
src/main/base/FileSystem.ts:17–19 ·
view source on GitHub ↗
(folderPath: string)
Source
from the content-addressed store, hash-verified
15
}
16
17
folderDoesNotExist(folderPath: string) {
18
return
!this.folderExists(folderPath)
19
}
20
21
isFolder(path: string) {
22
try {
Callers
2
copyFolderIfNotExists
Method · 0.95
clearFolder
Method · 0.95
Calls
1
folderExists
Method · 0.95
Tested by
no test coverage detected