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

Method Get

internal/lock/interfaces.go:16–16  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

14
15type Locker interface {
16 Get(string) *Package
17 Stdenv() flake.Ref
18 ProjectDir() string
19 Resolve(string) (*Package, error)

Callers 13

parseURLRefFunction · 0.65
parseGitHubRefFunction · 0.65
SearchNixpkgsAttributeFunction · 0.65
FileContentMethod · 0.65
getRedactedAuthHeaderFunction · 0.65
TestGithubPluginAuthFunction · 0.65
IsLegacyMethod · 0.65
ResolvedVersionMethod · 0.65
fetchNarInfoStatusFromS3Function · 0.65
urlIsArchiveFunction · 0.65
downloadFunction · 0.65
UninitializedSecretsMethod · 0.65

Implementers 3

lockfileinternal/devpkg/package_test.go
lockmockinternal/shellgen/generate_test.go
lockMockinternal/shellgen/flake_plan_test.go

Calls

no outgoing calls

Tested by 1

TestGithubPluginAuthFunction · 0.52