MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / runProcessIdleTimeout

Method runProcessIdleTimeout

frontend/app/view/term/termwrap.ts:603–610  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

601 }
602
603 runProcessIdleTimeout() {
604 setTimeout(() => {
605 window.requestIdleCallback(() => {
606 this.processAndCacheData();
607 this.runProcessIdleTimeout();
608 });
609 }, 5000);
610 }
611
612 async pasteHandler(e?: ClipboardEvent): Promise<void> {
613 this.pasteActive = true;

Callers 1

initTerminalMethod · 0.95

Calls 1

processAndCacheDataMethod · 0.95

Tested by

no test coverage detected