MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / resetAutoTyping

Function resetAutoTyping

web/src/components/TerminalDemo.tsx:442–446  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

440
441 // Reset auto typing after completion
442 const resetAutoTyping = () => {
443 setTimeout(() => {
444 setIsAutoTyping(false)
445 }, 10000) // Wait 10 seconds before possibly triggering another demo
446 }
447
448 // Handle various input commands
449 const handleInput = async (input: string) => {

Callers 1

TerminalDemoFunction · 0.85

Calls 1

setTimeoutFunction · 0.85

Tested by

no test coverage detected