MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / close

Function close

e2e/src/vm/ec2.ts:380–383  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

378 };
379 spawnOnce();
380 const close = (): void => {
381 closed = true;
382 child?.kill();
383 };
384 tunnelClosers.push(close);
385 await waitLocalPort(localPort);
386 return { localPort, close };

Callers 2

ec2VmFunction · 0.70
makeExecutorFunction · 0.50

Calls

no outgoing calls

Tested by 1

makeExecutorFunction · 0.40