MCPcopy Create free account
hub / github.com/codeaashu/claude-code / seedEarlyInput

Function seedEarlyInput

src/utils/earlyInput.ts:182–184  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

180 * in the prompt input when the REPL renders. Does not auto-submit.
181 */
182export function seedEarlyInput(text: string): void {
183 earlyInputBuffer = text
184}
185
186/**
187 * Check if early input capture is currently active.

Callers 1

runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected