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

Function flush

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

Source from the content-addressed store, hash-verified

21
22const allowAll = { telegram: { allowedUsers: ['u1'] }, discord: { allowedUsers: ['u1'] } };
23const flush = () => new Promise(r => setTimeout(r, 0));
24
25describe('BotGateway', () => {
26 it('denies unlisted users (closed by default) and never runs the agent', async () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected