Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
41
func
(m *Manager) ApplyOptions(opts ...managerOption) {
42
for
_, opt :=
range
opts {
43
opt(m)
44
}
45
}
Callers
2
NewManager
Function · 0.95
Open
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected