Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hoanhan101/ultimate-go
/ Store
Method
Store
go/design/decoupling_3.go:92–92 ·
view source on GitHub ↗
(d *Data)
Source
from the content-addressed store, hash-verified
90
// Storer declares behavior for storing data.
91
type
Storer
interface
{
92
Store(d *Data) error
93
}
94
95
// PullStorer declares behaviors for both pulling and storing.
Callers
4
store
Function · 0.65
store
Function · 0.65
store
Function · 0.65
store
Function · 0.65
Implementers
1
Pillar
go/design/decoupling_4.go
Calls
no outgoing calls
Tested by
no test coverage detected