Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
48
func
(p *pullbox) isLocalConfig() bool {
49
_, err := os.Stat(p.URL)
50
return
err == nil
51
}
Callers
1
pullTextDevboxConfig
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected