MCPcopy 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
19func init() {
20 if err := os.RemoveAll(testMessageDBPath); err != nil {
21 println(err.Error())
22 }
23}
24
25type testSender struct {
26}

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected