MCPcopy
hub / github.com/CodisLabs/codis / init

Function init

pkg/models/store.go:15–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13)
14
15func init() {
16 if filepath.Separator != '/' {
17 log.Panicf("bad Separator = '%c', must be '/'", filepath.Separator)
18 }
19}
20
21const JodisDir = "/jodis"
22

Callers

nothing calls this directly

Calls 1

PanicfMethod · 0.80

Tested by

no test coverage detected