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

Method HasDeprecatedPackages

internal/devbox/devbox.go:930–937  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

928}
929
930func (d *Devbox) HasDeprecatedPackages() bool {
931 for _, pkg := range d.AllPackages() {
932 if pkg.IsLegacy() {
933 return true
934 }
935 }
936 return false
937}
938
939func (d *Devbox) findPackageByName(name string) (*devpkg.Package, error) {
940 if name == "" {

Callers 1

OpenFunction · 0.95

Calls 2

AllPackagesMethod · 0.95
IsLegacyMethod · 0.80

Tested by

no test coverage detected