MCPcopy Create free account
hub / github.com/bea4dev/ShojiWM / debugLabel

Function debugLabel

tools/decoration-runtime.ts:120–128  ·  view source on GitHub ↗
(
  message: string,
  details: Record<string, unknown> = {},
)

Source from the content-addressed store, hash-verified

118 fastRequestId(): number;
119 fastWindowId(): string;
120 fastForceFullReevaluation(): boolean;
121 fastNowMs(): number;
122 finishFast(): void;
123}
124
125type NativeCompositionUpdate =
126 | {
127 kind: "full";
128 windowId: string;
129 tree: unknown;
130 }
131 | {

Callers 1

evaluateCachedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected