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

Class

tests/host-ipc-client.test.ts:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { HostIpcClient } from "../src/runtime/host-ipc/host-ipc-client.js";
6
7class FakeTransport extends EventEmitter {
8 connected = true;
9 sent: unknown[] = [];
10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected