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

Method ApplyOptions

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

Source from the content-addressed store, hash-verified

39}
40
41func (m *Manager) ApplyOptions(opts ...managerOption) {
42 for _, opt := range opts {
43 opt(m)
44 }
45}

Callers 2

NewManagerFunction · 0.95
OpenFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected