MCPcopy 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
29func WithLockfile(lockfile *lock.File) managerOption {
30 return func(m *Manager) {
31 m.lockfile = lockfile
32 }
33}
34
35func WithDevbox(provider devboxProject) managerOption {
36 return func(m *Manager) {

Callers 1

OpenFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected