MCPcopy Create free account
hub / github.com/Noumena-Network/code / writeInput

Function writeInput

src/ink/selectionDragAutoscrollFlicker.test.tsx:154–157  ·  view source on GitHub ↗
(stdin: FakeInput, sequence: string)

Source from the content-addressed store, hash-verified

152}
153
154async function writeInput(stdin: FakeInput, sequence: string): Promise<void> {
155 stdin.write(sequence)
156 await Bun.sleep(5)
157}
158
159function SelectionAutoscrollHarness({
160 scrollRef,

Calls 2

sleepMethod · 0.80
writeMethod · 0.45

Tested by

no test coverage detected