MCPcopy Create free account
hub / github.com/docker/docker-agent / Close

Method Close

pkg/runtime/remote_runtime.go:706–708  ·  view source on GitHub ↗

Close is a no-op for remote runtimes.

()

Source from the content-addressed store, hash-verified

704
705// Close is a no-op for remote runtimes.
706func (r *RemoteRuntime) Close() error {
707 return nil
708}
709
710// GetSnapshots retrieves available snapshots for the current session.
711func (r *RemoteRuntime) GetSnapshots(ctx context.Context) ([]map[string]any, error) {

Callers 1

CreateSessionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected