MCPcopy
hub / github.com/hoanhan101/ultimate-go / Pull

Method Pull

go/design/decoupling_3.go:87–87  ·  view source on GitHub ↗
(d *Data)

Source from the content-addressed store, hash-verified

85// Puller declares behavior for pulling data.
86type Puller interface {
87 Pull(d *Data) error
88}
89
90// Storer declares behavior for storing data.

Callers 4

pullFunction · 0.65
pullFunction · 0.65
pullFunction · 0.65
pullFunction · 0.65

Implementers 1

Xeniago/design/decoupling_4.go

Calls

no outgoing calls

Tested by

no test coverage detected