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

Method isVersioned

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

Source from the content-addressed store, hash-verified

565}
566
567func (p *Package) isVersioned() bool {
568 return p.IsDevboxPackage && strings.Contains(p.Raw, "@")
569}
570
571func (p *Package) HashFromNixPkgsURL() string {
572 return nix.HashFromNixPkgsURL(p.URLForFlakeInput())

Callers 4

VersionedMethod · 0.95
IsLegacyMethod · 0.95
ValidateExistsMethod · 0.95
sysInfoIfExistsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected