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

Method String

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

Source from the content-addressed store, hash-verified

666}
667
668func (p *Package) String() string {
669 if p.installable.AttrPath != "" {
670 return p.installable.AttrPath
671 }
672 return p.Raw
673}
674
675func (p *Package) LockfileKey() string {
676 // Use p.Raw instead of p.installable.Ref.String() because that will have

Callers 15

FlakeInputNameMethod · 0.45
URLForFlakeInputMethod · 0.45
urlForInstallMethod · 0.45
HashMethod · 0.45
fetchNarInfoStatusFromS3Function · 0.45
ResolveMethod · 0.45
validateScriptsFunction · 0.45
packagesFieldMethod · 0.45
appendPackageToObjectMethod · 0.45
appendPackageToArrayMethod · 0.45

Calls

no outgoing calls

Tested by 1

ResolveMethod · 0.36