MCPcopy
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

14var verbose bool
15
16func Init() {
17 xreg.RegNonBckXact(&lruFactory{})
18 xreg.RegNonBckXact(&clnFactory{})
19
20 verbose = bool(glog.FastV(4, glog.SmoduleSpace))
21}

Callers 1

initDaemonFunction · 0.92

Calls 2

RegNonBckXactFunction · 0.92
FastVFunction · 0.92

Tested by

no test coverage detected