Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NVIDIA/aistore
/ Init
Function
Init
space/init.go:16–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
var
verbose bool
15
16
func
Init() {
17
xreg.RegNonBckXact(&lruFactory{})
18
xreg.RegNonBckXact(&clnFactory{})
19
20
verbose = bool(glog.FastV(4, glog.SmoduleSpace))
21
}
Callers
1
initDaemon
Function · 0.92
Calls
2
RegNonBckXact
Function · 0.92
FastV
Function · 0.92
Tested by
no test coverage detected