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

Method run

src/bot/commands.ts:42–42  ·  view source on GitHub ↗
(ctx: CommandCtx)

Source from the content-addressed store, hash-verified

40 /** One line, shown in the native `/` menu and in `/help`. Keep < ~60 chars (Telegram limit). */
41 description: string;
42 run(ctx: CommandCtx): Promise<void>;
43}
44
45const NA = (feature: string) => `ℹ️ ${feature} isn't available on this bot build.`;

Callers 15

schedule.test.tsFile · 0.65
mainFunction · 0.65
executeMethod · 0.65
executeMethod · 0.65
recordToolMethod · 0.65
recordLlmMethod · 0.65
clearMethod · 0.65
replaceFileSymbolsMethod · 0.65
removeFileMethod · 0.65
setMetaMethod · 0.65

Implementers 2

DagSchedulersrc/orchestration/scheduler.ts
AgentLoopsrc/agent/loop.ts

Calls

no outgoing calls

Tested by

no test coverage detected