Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/APIParkLab/APIPark
/ Set
Method
Set
log-driver/driver.go:28–30 ·
view source on GitHub ↗
(name string, driver ILogDriver)
Source
from the content-addressed store, hash-verified
26
}
27
28
func
(m *DriverManager) Set(name string, driver ILogDriver) {
29
m.drivers.Set(name, driver)
30
}
31
32
func
(m *DriverManager) Get(name string) (ILogDriver, bool) {
33
return
m.drivers.Get(name)
Callers
nothing calls this directly
Calls
1
Set
Method · 0.65
Tested by
no test coverage detected