Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
func
init() {
17
if
err := os.RemoveAll(testUserDBPath); err != nil {
18
println(err.Error())
19
}
20
}
21
22
func
TestMain(main *testing.M) {
23
debug := flag.Bool(
"V"
, false,
"set log level:debug"
)
Callers
nothing calls this directly
Calls
1
Error
Method · 0.45
Tested by
no test coverage detected