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

Method startLogTick

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

Source from the content-addressed store, hash-verified

70
71 /* exported startLogTick */
72 startLogTick() {
73 this.doLogTick = true;
74 this.logTick();
75 }
76
77 logTick() {
78 GLib.idle_add(GLib.PRIORITY_DEFAULT, () => {

Callers

nothing calls this directly

Calls 1

logTickMethod · 0.95

Tested by

no test coverage detected