Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lotusirous/go-concurrency-patterns
/ Updates
Method
Updates
14-adv-subscription/main.go:22–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
// if any.
21
type
Subscription
interface
{
22
Updates() <-
chan
Item
23
Close() error
24
}
25
Callers
4
NaiveMerge
Function · 0.65
Merge
Function · 0.65
loop
Method · 0.65
main
Function · 0.65
Implementers
4
sub
14-adv-subscription/main.go
naiveMerge
14-adv-subscription/main.go
merge
14-adv-subscription/main.go
deduper
14-adv-subscription/main.go
Calls
no outgoing calls
Tested by
no test coverage detected