MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp /

Class

pkg/npm/test/windows-launcher.test.js:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7const vm = require('node:vm');
8
9class ExitSignal extends Error {
10 constructor(code) {
11 super(`process.exit(${code})`);
12 this.code = code;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected