MCPcopy
hub / github.com/jetify-com/devbox / Locker

Interface Locker

internal/lock/interfaces.go:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 32

parseURLRefFunction · 0.65
parseGitHubRefFunction · 0.65
SearchNixpkgsAttributeFunction · 0.65
FileContentMethod · 0.65
getRedactedAuthHeaderFunction · 0.65
TestGithubPluginAuthFunction · 0.65
IsLegacyMethod · 0.65
ResolvedVersionMethod · 0.65
newFlakePlanFunction · 0.65
GenerateForPrintEnvFunction · 0.65
getPackagesAndCommitHashFunction · 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

no test coverage detected