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

Function debugHotReload

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

Source from the content-addressed store, hash-verified

128 windowId: string;
129 tree: unknown;
130 }
131 | {
132 kind: "patches";
133 windowId: string;
134 patches: Array<{ nodeId: string; node: unknown }>;
135 };
136
137type NativeEffectUpdate =
138 | {
139 kind: "background";
140 effect: CompiledEffectHandle | null;
141 }

Callers 5

mainFunction · 0.85
evaluateCachedFunction · 0.85
scheduleAnimationFunction · 0.85
cancelAnimationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected