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

Method Backend

cluster/target.go:117–117  ·  view source on GitHub ↗

Backend provider(s) related functions.

(*Bck)

Source from the content-addressed store, hash-verified

115
116 // Backend provider(s) related functions.
117 Backend(*Bck) BackendProvider
118 CompareObjects(ctx context.Context, lom *LOM) (equal bool, errCode int, err error)
119
120 // Object related functions.

Callers 15

getNextObjsMethod · 0.65
CompareObjectsFunction · 0.65
RemoteObjPageMethod · 0.65
iteratePrefixMethod · 0.65
hpostBucketMethod · 0.65
hpostCreateBucketMethod · 0.65
_tryMethod · 0.65
createBucketMethod · 0.65
setBucketPropsMethod · 0.65
defaultBckPropsFunction · 0.65
putRemoteMethod · 0.65
EvictRemoteBucketFunction · 0.65

Implementers 1

TargetMockcluster/mock/target_mock.go

Calls

no outgoing calls

Tested by

no test coverage detected