MCPcopy Create free account
hub / github.com/block/buzz / emit

Function emit

desktop/src/testing/e2eBridge.ts:3167–3172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3165 );
3166
3167 const emit = () => {
3168 for (const event of events) {
3169 sendWsText(socket.handler, ["EVENT", subId, event]);
3170 }
3171 sendWsText(socket.handler, ["EOSE", subId]);
3172 };
3173
3174 emit();
3175}

Callers 1

emitMockHistoryFunction · 0.70

Calls 1

sendWsTextFunction · 0.85

Tested by

no test coverage detected