MCPcopy
hub / github.com/nirui/sshwifty / FetchReaderFetcher

FuncType FetchReaderFetcher

application/rw/fetch.go:29–29  ·  view source on GitHub ↗

FetchReaderFetcher generates data for SourceReader

func() ([]byte, error)

Source from the content-addressed store, hash-verified

27
28// FetchReaderFetcher generates data for SourceReader
29type FetchReaderFetcher func() ([]byte, error)
30
31// FetchReader read from the source and increase your lifespan if used correctly
32type FetchReader struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected