Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeceptjs/CodeceptJS
/ fileExists
Function
fileExists
lib/utils.js:58–60 ·
view source on GitHub ↗
(filePath)
Source
from the content-addressed store, hash-verified
56
}
57
58
export
const
fileExists =
function
(filePath) {
59
return
fs.existsSync(filePath)
60
}
61
62
export
const
isFile =
function
(filePath) {
63
let
filestat
Callers
15
loadTranslation
Function · 0.90
load
Method · 0.90
loadPrompts
Function · 0.90
createOutputDir
Function · 0.90
takeScreenshot
Function · 0.90
enableAuthBeforeEachTest
Function · 0.90
loadCookiesFromFile
Function · 0.90
init.js
File · 0.90
finish
Function · 0.90
install
Function · 0.90
configMigrate.js
File · 0.90
finish
Function · 0.90
Calls
no outgoing calls
Tested by
1
test
Function · 0.72