Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/goinaction/code
/ Pull
Method
Pull
chapter10/listing04/listing04.go:27–27 ·
view source on GitHub ↗
(d *Data)
Source
from the content-addressed store, hash-verified
25
// Puller declares behavior for pulling data.
26
type
Puller
interface
{
27
Pull(d *Data) error
28
}
29
30
// 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
4
Xenia
chapter10/listing03/listing03.go
Xenia
chapter10/listing02/listing02.go
Xenia
chapter10/listing01/listing01.go
Xenia
chapter10/listing04/listing04.go
Calls
no outgoing calls
Tested by
no test coverage detected