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

Method version

ais/metasync.go:99–99  ·  view source on GitHub ↗

enum { revsSmapTag, ... }

()

Source from the content-addressed store, hash-verified

97 revs interface {
98 tag() string // enum { revsSmapTag, ... }
99 version() int64 // the version
100 marshal() (b []byte) // marshals the revs
101 jit(p *proxy) revs // current (just-in-time) instance
102 sgl() *memsys.SGL // jsp-encoded SGL

Callers 15

_applyBMDMethod · 0.65
healthHandlerMethod · 0.65
fillFromCtxMethod · 0.65
commitAfterMethod · 0.65
TestDiscoverServersFunction · 0.65
_becomeFinalMethod · 0.65
receiveRMDMethod · 0.65
receiveBMDMethod · 0.65
fillMethod · 0.65
fillSmapMethod · 0.65
doProxyElectionMethod · 0.65
makeNCopiesMethod · 0.65

Implementers 1

rebMDais/rebmeta.go

Calls

no outgoing calls

Tested by 1

TestDiscoverServersFunction · 0.52