Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UsefulSoftwareCo/executor
/ close
Function
close
e2e/src/vm/tart.ts:213–216 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
211
};
212
spawnOnce();
213
const
close = (): void => {
214
closed = true;
215
child?.kill();
216
};
217
tunnelClosers.push(close);
218
await
waitLocalPort(localPort);
219
const
tunnel: Tunnel = { localPort, close };
Callers
1
tartVm
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected