MCPcopy Index your code
hub / github.com/git-lfs/git-lfs / NewFileBody

Function NewFileBody

tools/copycallback.go:108–110  ·  view source on GitHub ↗
(f *os.File)

Source from the content-addressed store, hash-verified

106}
107
108func NewFileBody(f *os.File) ReadSeekCloser {
109 return &closingFileReader{File: f}
110}
111
112type closingFileReader struct {
113 *os.File

Callers 1

NewFileBodyWithCallbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected