MCPcopy Index your code
hub / github.com/massCodeIO/massCode / scheduleWindowBoundsSave

Function scheduleWindowBoundsSave

src/main/index.ts:43–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41}
42
43function scheduleWindowBoundsSave() {
44 if (saveWindowBoundsTimer) {
45 clearTimeout(saveWindowBoundsTimer)
46 }
47
48 saveWindowBoundsTimer = setTimeout(() => {
49 saveWindowBoundsTimer = null
50 saveWindowBounds()
51 }, WINDOW_BOUNDS_SAVE_DELAY)
52}
53
54function flushWindowBoundsSave() {
55 if (saveWindowBoundsTimer) {

Callers

nothing calls this directly

Calls 1

saveWindowBoundsFunction · 0.85

Tested by

no test coverage detected