Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devld/go-drive
/ close
Method
close
script/object_io.go:198–201 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
196
}
197
198
func
(tf TempFile) close() error {
199
_ = tf.f.Close()
200
return
os.Remove(tf.f.Name())
201
}
202
203
func
(tf TempFile) Close() {
204
tf.vm.RemoveDisposable(tf)
Callers
2
Close
Method · 0.95
Close
Method · 0.45
Calls
3
Close
Method · 0.65
Name
Method · 0.65
Remove
Method · 0.45
Tested by
no test coverage detected