Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dearcode/candy
/ newMessageDB
Function
newMessageDB
store/msg.go:42–44 ·
view source on GitHub ↗
(dir string)
Source
from the content-addressed store, hash-verified
40
}
41
42
func
newMessageDB(dir string) *messageDB {
43
return
&messageDB{root: dir, retry: make(
map
[int64]time.Time)}
44
}
45
46
func
(m *messageDB) start(s sender) error {
47
var
err error
Callers
2
NewStore
Function · 0.85
TestMessageDB
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestMessageDB
Function · 0.68