Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devld/go-drive
/ Close
Method
Close
script/object_io.go:203–208 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
201
}
202
203
func
(tf TempFile) Close() {
204
tf.vm.RemoveDisposable(tf)
205
if
e := tf.close(); e != nil {
206
tf.vm.ThrowError(e)
207
}
208
}
209
210
type
tempFileCloser
struct
{
211
io.Reader
Callers
2
chunkUploadComplete
Method · 0.95
Close
Method · 0.95
Calls
3
close
Method · 0.95
RemoveDisposable
Method · 0.80
ThrowError
Method · 0.80
Tested by
no test coverage detected