MCPcopy Create free account
hub / github.com/material-shell/material-shell / logTick

Method logTick

src/utils/debug.ts:77–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75 }
76
77 logTick() {
78 GLib.idle_add(GLib.PRIORITY_DEFAULT, () => {
79 if (this.doLogTick) {
80 this.logTick();
81 }
82 return GLib.SOURCE_REMOVE;
83 });
84 }
85 /* exported stopLogTick */
86 stopLogTick() {
87 this.doLogTick = false;

Callers 1

startLogTickMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected