MCPcopy Create free account
hub / github.com/VemtoOrg/vemto2 / fileExists

Method fileExists

src/main/base/FileSystem.ts:9–11  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

7class FileSystem {
8
9 fileExists(filePath: string) {
10 return fs.existsSync(filePath)
11 }
12
13 folderExists(folderPath: string) {
14 return fs.existsSync(folderPath)

Callers 12

getFileUpdatedDateMethod · 0.95
isLaravelProjectMethod · 0.95
readFileIfExistsMethod · 0.95
HandleIpcMessagesFunction · 0.45
parseJsonDataMethod · 0.45
getStatusMethod · 0.45
readMethod · 0.45
readPublishedMethod · 0.45
upgradeCustomTemplateMethod · 0.45
readOrCreateFileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected