MCPcopy
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
102func (gco *globalConfigOwner) GetInitialGconfPath() (s string) {
103 return *(*string)(gco.confPath.Load())
104}
105
106func (gco *globalConfigOwner) Update(cluConfig *ClusterConfig) (err error) {
107 config := gco.Clone()

Callers 2

runPreMethod · 0.80
_configMethod · 0.80

Calls 1

LoadMethod · 0.45

Tested by

no test coverage detected