Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ec2Vm
Function · 0.70
makeExecutor
Function · 0.50
Calls
no outgoing calls
Tested by
1
makeExecutor
Function · 0.40