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

Method LegacyToVersioned

internal/devpkg/package.go:519–524  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

517}
518
519func (p *Package) LegacyToVersioned() string {
520 if !p.IsLegacy() {
521 return p.Raw
522 }
523 return p.Raw + "@latest"
524}
525
526// EnsureNixpkgsPrefetched will prefetch flake for the nixpkgs registry for the package.
527// This is an internal method, and should not be called directly.

Callers 1

UpdateMethod · 0.80

Calls 1

IsLegacyMethod · 0.95

Tested by

no test coverage detected