MCPcopy Create free account
hub / github.com/PuerNya/git-proxy / FileReader

Struct FileReader

main.go:326–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326type FileReader struct {
327 LineChan chan string
328 CloseSignal chan struct{}
329}
330
331func NewFileReader(path string) (*FileReader, error) {
332 file, err := os.Open(path)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected