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

Function want

src/bot/start.ts:37–37  ·  view source on GitHub ↗
(p: 'telegram' | 'discord' | 'slack')

Source from the content-addressed store, hash-verified

35 };
36 // No platform flag ⇒ start every platform that's enabled in config.
37 const want = (p: 'telegram' | 'discord' | 'slack') => (!opts.telegram && !opts.discord && !opts.slack) || !!opts[p];
38
39 const transports: Transport[] = [];
40 const notes: string[] = [];

Callers 1

startBotsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected