Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jetify-com/devbox
/ WithLockfile
Function
WithLockfile
internal/plugin/manager.go:29–33 ·
view source on GitHub ↗
(lockfile *lock.File)
Source
from the content-addressed store, hash-verified
27
}
28
29
func
WithLockfile(lockfile *lock.File) managerOption {
30
return
func
(m *Manager) {
31
m.lockfile = lockfile
32
}
33
}
34
35
func
WithDevbox(provider devboxProject) managerOption {
36
return
func
(m *Manager) {
Callers
1
Open
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected