MCPcopy Create free account
hub / github.com/ShipSecAI/studio / sendRaw

Method sendRaw

worker/src/adapters/kafka-nodeio.adapter.ts:206–212  ·  view source on GitHub ↗
(key: string, message: string)

Source from the content-addressed store, hash-verified

204 }
205
206 private async sendRaw(key: string, message: string): Promise<void> {
207 await this.connectPromise;
208 await this.producer.send({
209 topic: this.config.topic,
210 messages: [{ key, value: message }],
211 });
212 }
213}

Callers 1

processAndSendMethod · 0.95

Calls 1

sendMethod · 0.80

Tested by

no test coverage detected