MCPcopy Create free account
hub / github.com/freecodexyz/free-code / hasEarlyInput

Function hasEarlyInput

src/utils/earlyInput.ts:174–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

172 * Check if there is any early input available without consuming it.
173 */
174export function hasEarlyInput(): boolean {
175 return earlyInputBuffer.trim().length > 0
176}
177
178/**
179 * Seed the early input buffer with text that will appear pre-filled

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected