(sessionId: string)
| 115 | * Get existing container for a session |
| 116 | */ |
| 117 | export function getContainer(sessionId: string): Docker.Container | undefined { |
| 118 | return containerCache.get(sessionId); |
| 119 | } |
| 120 | |
| 121 | /** |
| 122 | * Execute a command in the container |
nothing calls this directly
no outgoing calls
no test coverage detected