Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
15
type
Locker
interface
{
16
Get(string) *Package
17
Stdenv() flake.Ref
18
ProjectDir() string
19
Resolve(string) (*Package, error)
20
}
Callers
32
parseURLRef
Function · 0.65
parseGitHubRef
Function · 0.65
SearchNixpkgsAttribute
Function · 0.65
FileContent
Method · 0.65
getRedactedAuthHeader
Function · 0.65
TestGithubPluginAuth
Function · 0.65
IsLegacy
Method · 0.65
ResolvedVersion
Method · 0.65
newFlakePlan
Function · 0.65
GenerateForPrintEnv
Function · 0.65
TestGetPackagesAndCommitHash
Function · 0.65
getPackagesAndCommitHash
Function · 0.65
Implementers
3
lockfile
internal/devpkg/package_test.go
lockmock
internal/shellgen/generate_test.go
lockMock
internal/shellgen/flake_plan_test.go
Calls
no outgoing calls
Tested by
no test coverage detected