MCPcopy
hub / github.com/Eugeny/tabby / set

Method set

tabby-core/src/utils.ts:46–49  ·  view source on GitHub ↗
(timeout?: number)

Source from the content-addressed store, hash-verified

44 constructor (private fn: () => void, private timeout: number) {}
45
46 set (timeout?: number): void {
47 this.clear()
48 this.id = setTimeout(this.fn, timeout ?? this.timeout)
49 }
50
51 clear (): void {
52 if (this.id) {

Callers 15

refreshProfilesMethod · 0.80
v86_all.jsFile · 0.80
VGAScreenFunction · 0.80
load_kernelFunction · 0.80
SpeakerWorkletDACFunction · 0.80
subscribeMethod · 0.80
attachTabViewMethod · 0.80
observeTabCompletionMethod · 0.80
addPressedKeyMethod · 0.80
readAllFunction · 0.80
remapMenuItemMethod · 0.80
ensureLoadedMethod · 0.80

Calls 1

clearMethod · 0.95

Tested by

no test coverage detected