Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/keploy/keploy
/ CheckFileExists
Function
CheckFileExists
utils/utils.go:399–404 ·
view source on GitHub ↗
(path string)
Source
from the content-addressed store, hash-verified
397
}
398
399
func
CheckFileExists(path string) bool {
400
if
_, err := os.Stat(path); os.IsNotExist(err) {
401
return
false
402
}
403
return
true
404
}
405
406
var
Version string
407
var
VersionIdentifier string
Callers
1
Config
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected