MCPcopy
hub / github.com/cloudflare/capnweb / subscribe

Method subscribe

__tests__/workerd.test.ts:237–237  ·  view source on GitHub ↗
(callback: (s: string) => void)

Source from the content-addressed store, hash-verified

235 callCounter(callback: { increment(): Promise<number> }): Promise<number>;
236
237 subscribe(callback: (s: string) => void): void;
238 notify(value: string): void;
239}
240

Callers 2

workerd.test.tsFile · 0.65

Implementers 1

TestDo__tests__/test-server-workerd.js

Calls

no outgoing calls

Tested by

no test coverage detected