MCPcopy 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
42func newMessageDB(dir string) *messageDB {
43 return &messageDB{root: dir, retry: make(map[int64]time.Time)}
44}
45
46func (m *messageDB) start(s sender) error {
47 var err error

Callers 2

NewStoreFunction · 0.85
TestMessageDBFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestMessageDBFunction · 0.68