MCPcopy
hub / github.com/NVIDIA/aistore / initPmap

Function initPmap

devtools/tutils/init.go:200–205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

198}
199
200func initPmap() {
201 baseParams := BaseAPIParams(proxyURLReadOnly)
202 smap, err := waitForStartup(baseParams)
203 cos.AssertNoErr(err)
204 pmapReadOnly = smap.Pmap
205}
206
207func initRemoteCluster() {
208 aisInfo, err := api.GetRemoteAIS(BaseAPIParams(proxyURLReadOnly))

Callers 1

InitClusterFunction · 0.85

Calls 3

AssertNoErrFunction · 0.92
BaseAPIParamsFunction · 0.85
waitForStartupFunction · 0.85

Tested by

no test coverage detected