MCPcopy
hub / github.com/olric-data/olric / Get

Struct Get

internal/protocol/dmap.go:215–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215type Get struct {
216 DMap string
217 Key string
218 Raw bool
219}
220
221func NewGet(dmap, key string) *Get {
222 return &Get{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected