MCPcopy Create free account
hub / github.com/devaccuracy/ledgerforge / testRedisAddr

Function testRedisAddr

test_helpers_test.go:25–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25func testRedisAddr() string {
26 if testRedisServer == nil {
27 panic("test redis server is not initialized")
28 }
29 return testRedisServer.Addr()
30}

Calls

no outgoing calls

Tested by

no test coverage detected