Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devld/go-drive
/ processedFile
Struct
processedFile
server/web_files.go:185–189 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
183
}
184
185
type
processedFile
struct
{
186
io.ReadSeeker
187
name string
188
size int64
189
}
190
191
func
(p processedFile) Close() error {
192
return
nil
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected