Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/material-shell/material-shell
/ logBlank
Method
logBlank
src/utils/debug.ts:65–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
}
64
65
static logBlank() {
66
for
(
let
i = 0; i < 50; i++) {
67
this.logFocus(
''
);
68
}
69
}
70
71
/* exported startLogTick */
72
startLogTick() {
Callers
nothing calls this directly
Calls
1
logFocus
Method · 0.95
Tested by
no test coverage detected