Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VemtoOrg/vemto2
/ folderExists
Method
folderExists
src/main/base/FileSystem.ts:13–15 ·
view source on GitHub ↗
(folderPath: string)
Source
from the content-addressed store, hash-verified
11
}
12
13
folderExists(folderPath: string) {
14
return
fs.existsSync(folderPath)
15
}
16
17
folderDoesNotExist(folderPath: string) {
18
return
!this.folderExists(folderPath)
Callers
7
folderDoesNotExist
Method · 0.95
readFolderIfExists
Method · 0.95
readFolderIncludingEmptyIfExists
Method · 0.95
isAlreadyConnected
Method · 0.80
projectHasComposerVendor
Method · 0.80
projectHasVemtoFolder
Method · 0.80
HandleIpcMessages
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected