Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
86
type
Puller
interface
{
87
Pull(d *Data) error
88
}
89
90
// Storer declares behavior for storing data.
Callers
4
pull
Function · 0.65
pull
Function · 0.65
pull
Function · 0.65
pull
Function · 0.65
Implementers
1
Xenia
go/design/decoupling_4.go
Calls
no outgoing calls
Tested by
no test coverage detected