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

Method Get

dbdriver/api.go:37–37  ·  view source on GitHub ↗

Read an object from database.

(collection, key string, object interface{})

Source from the content-addressed store, hash-verified

35 Set(collection, key string, object interface{}) error
36 // Read an object from database.
37 Get(collection, key string, object interface{}) error
38 // Write an already marshaled object or simple string
39 SetString(collection, key, data string) error
40 // Read a string or an object as JSON from database

Callers 15

UnmarshalJSONMethod · 0.65
newBaseDlJobFunction · 0.65
getNextObjsMethod · 0.65
getNextObjsMethod · 0.65
countObjectsFunction · 0.65
buildDlObjsFunction · 0.65
attrsFromLinkFunction · 0.65
errorsMethod · 0.65
tasksMethod · 0.65
initialTimeoutMethod · 0.65
GetStringMethod · 0.65
newTargetMockFunction · 0.65

Implementers 2

BuntDriverdbdriver/bunt.go
DBDrivercluster/mock/dbdriver_mock.go

Calls

no outgoing calls

Tested by 4

newTargetMockFunction · 0.52
setupMethod · 0.52
beforeTeardownMethod · 0.52
TestMainFunction · 0.52