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

Function WithDevbox

internal/plugin/manager.go:35–39  ·  view source on GitHub ↗
(provider devboxProject)

Source from the content-addressed store, hash-verified

33}
34
35func WithDevbox(provider devboxProject) managerOption {
36 return func(m *Manager) {
37 m.devboxProject = provider
38 }
39}
40
41func (m *Manager) ApplyOptions(opts ...managerOption) {
42 for _, opt := range opts {

Callers 1

OpenFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected