MCPcopy Create free account
hub / github.com/OpenListTeam/OpenList / GetDriverInfoMap

Function GetDriverInfoMap

internal/op/driver.go:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42func GetDriverInfoMap() map[string]driver.Info {
43 return driverInfoMap
44}
45
46func registerDriverItems(config driver.Config, addition driver.Additional) {
47 // log.Debugf("addition of %s: %+v", config.Name, addition)

Callers 4

TestDriverItemsMapFunction · 0.92
generateDriversJsonFunction · 0.92
ListDriverInfoFunction · 0.92
GetDriverInfoFunction · 0.92

Calls

no outgoing calls

Tested by 1

TestDriverItemsMapFunction · 0.74