MCPcopy
hub / github.com/FiloSottile/age / ReaderFunc

FuncType ReaderFunc

cmd/age/tui.go:76–76  ·  view source on GitHub ↗
func(p []byte) (n int, err error)

Source from the content-addressed store, hash-verified

74}
75
76type ReaderFunc func(p []byte) (n int, err error)
77
78func (f ReaderFunc) Read(p []byte) (n int, err error) { return f(p) }

Callers 1

bufferTerminalInputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…