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

Class

src/runtime/host-ipc/host-ipc-client.ts:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 channelId: string;
43 jobId?: string;
44 triggerType: string;
45}
46
47function isObject(value: unknown): value is Record<string, unknown> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected