MCPcopy Index your code
hub / github.com/jetify-com/devbox / isLocalConfig

Method isLocalConfig

internal/pullbox/config.go:48–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46}
47
48func (p *pullbox) isLocalConfig() bool {
49 _, err := os.Stat(p.URL)
50 return err == nil
51}

Callers 1

pullTextDevboxConfigMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected