Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devld/go-drive
/ tempFileCloser
Struct
tempFileCloser
script/object_io.go:210–213 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
}
209
210
type
tempFileCloser
struct
{
211
io.Reader
212
tf TempFile
213
}
214
215
func
(tfc *tempFileCloser) Close() error {
216
return
tfc.tf.close()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected