MCPcopy
hub / github.com/lotusirous/go-concurrency-patterns / fakeFetcher

Struct fakeFetcher

14-adv-subscription/main.go:463–466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

461}
462
463type fakeFetcher struct {
464 channel string
465 items []Item
466}
467
468// FakeDuplicates causes the fake fetcher to return duplicate items.
469var FakeDuplicates bool

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected