MCPcopy
hub / github.com/FiloSottile/mkcert / pathExists

Function pathExists

main.go:370–373  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

368}
369
370func pathExists(path string) bool {
371 _, err := os.Stat(path)
372 return err == nil
373}
374
375func binaryExists(name string) bool {
376 _, err := exec.LookPath(name)

Callers 6

initFunction · 0.85
initFunction · 0.85
uninstallPlatformMethod · 0.85
initFunction · 0.85
forEachNSSProfileMethod · 0.85
loadCAMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…