MCPcopy
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
399func CheckFileExists(path string) bool {
400 if _, err := os.Stat(path); os.IsNotExist(err) {
401 return false
402 }
403 return true
404}
405
406var Version string
407var VersionIdentifier string

Callers 1

ConfigFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected