Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
func
testRedisAddr() string {
26
if
testRedisServer == nil {
27
panic(
"test redis server is not initialized"
)
28
}
29
return
testRedisServer.Addr()
30
}
Callers
5
newTestDataSource
Function · 0.85
TestEnqueueImmediateTransactionSuccess
Function · 0.85
TestEnqueueScheduledTransaction
Function · 0.85
TestQueueInflightCommitEnqueuesTask
Function · 0.85
TestEnqueueWithAsynqClientEnqueueError
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected