MCPcopy Create free account
hub / github.com/commitdev/zero / testRegistry

Function testRegistry

internal/registry/registry_test.go:38–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38func testRegistry() registry.Registry {
39 return registry.Registry{
40 {"EKS + Go + React + Gatsby", []string{"module-source 1", "module-source 2"}},
41 {"foo", []string{"module-source 3"}},
42 {"bar", []string{"module-source 4"}},
43 {"lorem", []string{"module-source 5"}},
44 {"ipsum", []string{"module-source 6"}},
45 {"Custom", []string{"module-source 7"}},
46 }
47}

Callers 2

TestAvailableLabelsFunction · 0.85
TestGetModulesByNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected