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

Function runActiveTimer

emain/emain.ts:238–241  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

236
237// this isn't perfect, but gets the job done without being complicated
238function runActiveTimer() {
239 logActiveState();
240 setTimeout(runActiveTimer, 60000);
241}
242
243function hideWindowWithCatch(window: WaveBrowserWindow) {
244 if (window == null) {

Callers

nothing calls this directly

Calls 1

logActiveStateFunction · 0.85

Tested by

no test coverage detected