Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/devcontainers/cli
/ terminate
Function
terminate
src/spec-common/commonUtils.ts:321–323 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
319
});
320
}),
321
async
terminate() {
322
p.kill(
'SIGKILL'
);
323
}
324
};
325
};
326
}
Callers
nothing calls this directly
Calls
1
kill
Method · 0.80
Tested by
no test coverage detected