Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
15
func
init() {
16
if
filepath.Separator !=
'/'
{
17
log.Panicf(
"bad Separator = '%c', must be '/'"
, filepath.Separator)
18
}
19
}
20
21
const
JodisDir =
"/jodis"
22
Callers
nothing calls this directly
Calls
1
Panicf
Method · 0.80
Tested by
no test coverage detected