MCPcopy Create free account
hub / github.com/CreminiAI/skillpack /

Class

tests/embedded-parent-disconnect.test.ts:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import type { CommandResult, LifecycleTrigger } from "../src/runtime/adapters/types.js";
7
8class FakeProcess extends EventEmitter {
9 on(event: "disconnect", listener: () => void): this {
10 return super.on(event, listener);
11 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected