MCPcopy Index your code
hub / github.com/material-shell/material-shell / logFocus

Method logFocus

src/utils/debug.ts:57–63  ·  view source on GitHub ↗
(...args: any[])

Source from the content-addressed store, hash-verified

55 }
56
57 static logFocus(...args: any[]) {
58 if (!DEBUG) return;
59 const fields = { MESSAGE: `${'##'.repeat(indent)}${args.join(', ')}` };
60 const domain = 'Material Shell';
61
62 GLib.log_structured(domain, GLib.LogLevelFlags.LEVEL_MESSAGE, fields);
63 }
64
65 static logBlank() {
66 for (let i = 0; i < 50; i++) {

Callers 8

logBlankMethod · 0.95
determineSortingOrderMethod · 0.80
disableMethod · 0.80
constructorMethod · 0.80
setTitleBarVisibilityFunction · 0.80
disableExtensionsMethod · 0.80
onKeyFocusMethod · 0.80
constructorMethod · 0.80

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected