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

Function isCapturingEarlyInput

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

Source from the content-addressed store, hash-verified

187 * Check if early input capture is currently active.
188 */
189export function isCapturingEarlyInput(): boolean {
190 return isCapturing
191}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected