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

Function flushWindowBoundsSave

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

Source from the content-addressed store, hash-verified

52}
53
54function flushWindowBoundsSave() {
55 if (saveWindowBoundsTimer) {
56 clearTimeout(saveWindowBoundsTimer)
57 saveWindowBoundsTimer = null
58 }
59
60 saveWindowBounds()
61}
62
63if (process.defaultApp) {
64 if (process.argv.length >= 2) {

Callers 2

createWindowFunction · 0.85
index.tsFile · 0.85

Calls 1

saveWindowBoundsFunction · 0.85

Tested by

no test coverage detected