Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devld/go-drive
/ RemoveDisposable
Method
RemoveDisposable
script/runtime.go:177–179 ·
view source on GitHub ↗
(o any)
Source
from the content-addressed store, hash-verified
175
}
176
177
func
(v *VM) RemoveDisposable(o any) {
178
delete(v.disposables, o)
179
}
180
181
func
(v *VM) DisposeDisposables() {
182
for
o :=
range
v.disposables {
Callers
4
Dispose
Method · 0.80
DetachReadCloser
Function · 0.80
Close
Method · 0.80
Close
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected