MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / isQueuedCommandEditable

Function isQueuedCommandEditable

src/utils/messageQueueManager.ts:359–361  ·  view source on GitHub ↗
(cmd: QueuedCommand)

Source from the content-addressed store, hash-verified

357 * the user's input.
358 */
359export function isQueuedCommandEditable(cmd: QueuedCommand): boolean {
360 return isPromptInputModeEditable(cmd.mode) && !cmd.isMeta
361}
362
363/**
364 * Whether this queued command should render in the queue preview under the

Callers 2

isQueuedCommandVisibleFunction · 0.85
popAllEditableFunction · 0.85

Calls 1

Tested by

no test coverage detected