Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/Waishnav/devspace
/ resolveExit
Method
resolveExit
src/process-sessions.ts:301–301 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
299
300
private createSession(input: StartCommandInput): ProcessSession {
301
let
resolveExit = (): void => undefined;
302
const
exitPromise =
new
Promise<void>((resolve) => {
303
resolveExit = resolve;
304
});
Callers
1
finish
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected