MCPcopy Create free account
hub / github.com/altic-dev/Pilot / getContainer

Function getContainer

src/lib/docker.ts:117–119  ·  view source on GitHub ↗
(sessionId: string)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected