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