MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / onMsg

Function onMsg

test/bot-artifact.test.ts:6–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5function fakeTransport(withPhoto = true) {
6 let onMsg: (m: Incoming) => void = () => {};
7 const sent: Array<{ text: string; buttons?: Button[][] }> = [];
8 const photos: Array<{ path: string; caption?: string; buttons?: Button[][] }> = [];
9 const t: Transport = {

Callers 1

injectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected