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

Struct contextWithTimeout

script/call_common.go:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89type contextWithTimeout struct {
90 Context Context
91 Cancel func()
92}
93
94func (cwt contextWithTimeout) Dispose() {
95 cwt.Context.vm.RemoveDisposable(cwt)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected