MCPcopy
hub / github.com/learnhouse/learnhouse / appContainer

Function appContainer

apps/cli/tests/integration.test.ts:468–469  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

466
467 const cli = (args: string, timeoutMs = 120_000) => cliWithHome(home, args, timeoutMs)
468 const appContainer = () =>
469 getRunningContainers(`learnhouse-app-${deploymentId}`)[0] ?? `learnhouse-app-${deploymentId}`
470
471 beforeAll(async () => {
472 home = fs.mkdtempSync(path.join(os.tmpdir(), 'lh-integ-'))

Callers 1

Calls 1

getRunningContainersFunction · 0.85

Tested by

no test coverage detected