Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/NVIDIA/aistore
/ GetInitialGconfPath
Method
GetInitialGconfPath
cmn/gco.go:102–104 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
100
}
101
102
func
(gco *globalConfigOwner) GetInitialGconfPath() (s string) {
103
return
*(*string)(gco.confPath.Load())
104
}
105
106
func
(gco *globalConfigOwner) Update(cluConfig *ClusterConfig) (err error) {
107
config := gco.Clone()
Callers
2
runPre
Method · 0.80
_config
Method · 0.80
Calls
1
Load
Method · 0.45
Tested by
no test coverage detected