Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
215
type
Get
struct
{
216
DMap string
217
Key string
218
Raw bool
219
}
220
221
func
NewGet(dmap, key string) *Get {
222
return
&Get{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected