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

Struct DMap

internal/dmap/dmap.go:36–42  ·  view source on GitHub ↗

DMap implements a single-hop distributed hash table.

Source from the content-addressed store, hash-verified

34
35// DMap implements a single-hop distributed hash table.
36type DMap struct {
37 name string
38 fragmentName string
39 s *Service
40 engine storage.Engine
41 config *dmapConfig
42}
43
44// Name exposes name of the DMap.
45func (dm *DMap) Name() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected