Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/APIParkLab/APIPark
/ Register
Method
Register
module/monitor/driver/manager.go:27–29 ·
view source on GitHub ↗
(driver IDriver)
Source
from the content-addressed store, hash-verified
25
}
26
27
func
(m *Manager) Register(driver IDriver) {
28
m.drivers.Set(driver.Name(), driver)
29
}
30
31
func
(m *Manager) Get(name string) (IDriver, bool) {
32
return
m.drivers.Get(name)
Callers
10
main
Function · 0.45
init
Function · 0.45
OnInit
Method · 0.45
AddProvider
Method · 0.45
Register
Function · 0.45
init
Function · 0.45
init
Function · 0.45
init
Function · 0.45
init
Function · 0.45
init
Function · 0.45
Calls
2
Set
Method · 0.65
Name
Method · 0.65
Tested by
no test coverage detected