Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
class
FileSystem {
8
9
fileExists(filePath: string) {
10
return
fs.existsSync(filePath)
11
}
12
13
folderExists(folderPath: string) {
14
return
fs.existsSync(folderPath)
Callers
12
getFileUpdatedDate
Method · 0.95
isLaravelProject
Method · 0.95
readFileIfExists
Method · 0.95
readFileAsJsonIfExists
Method · 0.95
HandleIpcMessages
Function · 0.45
parseJsonData
Method · 0.45
getStatus
Method · 0.45
read
Method · 0.45
readPublished
Method · 0.45
upgradePublishedTemplate
Method · 0.45
upgradeCustomTemplate
Method · 0.45
readOrCreateFile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected