MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / isDir

Function isDir

app/cli/cmd/config.go:161–164  ·  view source on GitHub ↗
(filename string)

Source from the content-addressed store, hash-verified

159}
160
161func isDir(filename string) bool {
162 fi, err := os.Stat(filename)
163 return err == nil && fi.IsDir()
164}
165
166type DotChainloopConfig struct {
167 ProjectVersion string `yaml:"projectVersion"`

Callers 1

getConfigSearchPathsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected