MCPcopy Create free account
hub / github.com/FIND-Lab/AgentWard /

Class

worker/model-worker-manager.ts:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 | { requestId: string; success: false; error: string };
55
56export class PersistentWorker {
57 private worker: Worker;
58 private view: Int32Array;
59 private dataBuffer: Uint8Array;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected