MCPcopy
hub / github.com/claude-code-best/claude-code / handlePromptSubmit.test.ts

File handlePromptSubmit.test.ts

src/__tests__/handlePromptSubmit.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { afterEach, beforeEach, describe, expect, mock, test } from 'bun:test'
2import { createAbortController } from '../utils/abortController'
3import { QueryGuard } from '../utils/QueryGuard'
4import { handlePromptSubmit } from '../utils/handlePromptSubmit'

Callers

nothing calls this directly

Calls 10

resetCommandQueueFunction · 0.90
cleanupTempDirFunction · 0.90
createAbortControllerFunction · 0.90
handlePromptSubmitFunction · 0.90
getCommandQueueFunction · 0.90
createTempDirFunction · 0.90
markAutonomyRunCancelledFunction · 0.90
createBaseParamsFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected