MCPcopy Index your code
hub / github.com/dearcode/candy / init

Function init

store/user_test.go:16–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14)
15
16func init() {
17 if err := os.RemoveAll(testUserDBPath); err != nil {
18 println(err.Error())
19 }
20}
21
22func TestMain(main *testing.M) {
23 debug := flag.Bool("V", false, "set log level:debug")

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.45

Tested by

no test coverage detected