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

Function NewManager

internal/plugin/manager.go:23–27  ·  view source on GitHub ↗
(opts ...managerOption)

Source from the content-addressed store, hash-verified

21type managerOption func(*Manager)
22
23func NewManager(opts ...managerOption) *Manager {
24 m := &Manager{}
25 m.ApplyOptions(opts...)
26 return m
27}
28
29func WithLockfile(lockfile *lock.File) managerOption {
30 return func(m *Manager) {

Callers 1

OpenFunction · 0.92

Calls 1

ApplyOptionsMethod · 0.95

Tested by

no test coverage detected