MCPcopy Index your code
hub / github.com/codeaashu/claude-code / enqueueResult

Function enqueueResult

src/utils/processUserInput/processSlashCommand.tsx:126–133  ·  view source on GitHub ↗
(value: string)

Source from the content-addressed store, hash-verified

124 // decides whether to SendUserMessage. Propagate workload so that
125 // second turn is also tagged.
126 const enqueueResult = (value: string): void => enqueuePendingNotification({
127 value,
128 mode: 'prompt',
129 priority: 'later',
130 isMeta: true,
131 skipSlashCommands: true,
132 workload: spawnTimeWorkload
133 });
134 void (async () => {
135 // Wait for MCP servers to settle. Scheduled tasks fire at startup and
136 // all N drain within ~1ms (since we return immediately), capturing

Callers 1

Calls 1

Tested by

no test coverage detected