MCPcopy 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

folderDoesNotExistMethod · 0.95
readFolderIfExistsMethod · 0.95
isAlreadyConnectedMethod · 0.80
projectHasVemtoFolderMethod · 0.80
HandleIpcMessagesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected