Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
108
func
NewFileBody(f *os.File) ReadSeekCloser {
109
return
&closingFileReader{File: f}
110
}
111
112
type
closingFileReader
struct
{
113
*os.File
Callers
1
NewFileBodyWithCallback
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected