MCPcopy Create free account
hub / github.com/upper/db / Get

Method Get

store.go:56–56  ·  view source on GitHub ↗
(record Record, id interface{})

Source from the content-addressed store, hash-verified

54// has the task of retrieving a record.
55type StoreGetter interface {
56 Get(record Record, id interface{}) error
57}

Callers 11

ParseURLFunction · 0.65
parseURLFunction · 0.65
UnmarshalJSONMethod · 0.65
ScanMethod · 0.65
ParseURLFunction · 0.65
ParseURLFunction · 0.65
ParseURLFunction · 0.65
ParseURLFunction · 0.65
UnmarshalJSONMethod · 0.65
ScanMethod · 0.65
ParseURLFunction · 0.65

Implementers 2

sessionWithContextinternal/sqladapter/session.go
Sourceadapter/mongo/database.go

Calls

no outgoing calls

Tested by

no test coverage detected