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

Function isModifiedConfig

internal/pullbox/files.go:74–79  ·  view source on GitHub ↗
(path string)

Source from the content-addressed store, hash-verified

72}
73
74func isModifiedConfig(path string) bool {
75 if filepath.Base(path) == configfile.DefaultName {
76 return !devconfig.IsDefault(path)
77 }
78 return false
79}
80
81// urlIsArchive checks if a file URL points to an archive file
82func urlIsArchive(url string) (bool, error) {

Callers 1

profileIsNotEmptyFunction · 0.85

Calls 1

IsDefaultFunction · 0.92

Tested by

no test coverage detected