MCPcopy 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
177func (v *VM) RemoveDisposable(o any) {
178 delete(v.disposables, o)
179}
180
181func (v *VM) DisposeDisposables() {
182 for o := range v.disposables {

Callers 4

DisposeMethod · 0.80
DetachReadCloserFunction · 0.80
CloseMethod · 0.80
CloseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected