Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dearcode/candy
/ init
Function
init
store/msg_test.go:19–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
)
18
19
func
init() {
20
if
err := os.RemoveAll(testMessageDBPath); err != nil {
21
println(err.Error())
22
}
23
}
24
25
type
testSender
struct
{
26
}
Callers
nothing calls this directly
Calls
1
Error
Method · 0.45
Tested by
no test coverage detected