MCPcopy Create free account
hub / github.com/devld/go-drive / Dispose

Method Dispose

script/call_common.go:94–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92}
93
94func (cwt contextWithTimeout) Dispose() {
95 cwt.Context.vm.RemoveDisposable(cwt)
96 cwt.Cancel()
97}
98
99// vm_newLocker: () *locker
100func vm_newLocker(vm *VM, args Values) any {

Callers

nothing calls this directly

Calls 2

RemoveDisposableMethod · 0.80
CancelMethod · 0.80

Tested by

no test coverage detected