MCPcopy
hub / github.com/claude-code-best/claude-code / enqueueAndRun

Function enqueueAndRun

src/cli/print.ts:2878–2884  ·  view source on GitHub ↗
(command: QueuedCommand)

Source from the content-addressed store, hash-verified

2876 }
2877
2878 const enqueueAndRun = (command: QueuedCommand): void => {
2879 enqueue({
2880 ...command,
2881 uuid: randomUUID(),
2882 })
2883 void run()
2884 }
2885
2886 cronScheduler = cronSchedulerModule.createCronScheduler({
2887 onFire: prompt => {

Callers

nothing calls this directly

Calls 2

runFunction · 0.70
enqueueFunction · 0.50

Tested by

no test coverage detected