MCPcopy Index your code
hub / github.com/docker/docker-agent / Close

Method Close

pkg/runtime/runtime.go:185–185  ·  view source on GitHub ↗

Close releases resources held by the runtime (e.g., background agents and pending lifecycles). The session store is *not* closed here: it is supplied by the embedder via WithSessionStore and may be shared with other runtimes (e.g. the TUI's spawner reuses the same store across spawned sessions). Emb

()

Source from the content-addressed store, hash-verified

183 // same store across spawned sessions). Embedders that own the store
184 // must close it themselves.
185 Close() error
186}
187
188// PermissionsInfo contains the allow, ask, and deny patterns for tool permissions.

Implementers 7

queueTestRuntimepkg/tui/page/chat/queue_test.go
cycleThinkingRuntimepkg/leantui/update_test.go
mockRuntimepkg/cli/runner_test.go
mockRuntimepkg/app/app_test.go
LocalRuntimepkg/runtime/runtime.go
mockRuntimepkg/runtime/commands_test.go
RemoteRuntimepkg/runtime/remote_runtime.go

Calls

no outgoing calls