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

Function snapshotForDebug

tools/decoration-runtime.ts:140–153  ·  view source on GitHub ↗
(
  snapshot: WaylandWindowSnapshot,
)

Source from the content-addressed store, hash-verified

138 | {
139 kind: "background";
140 effect: CompiledEffectHandle | null;
141 }
142 | {
143 kind: "window";
144 windowId: string;
145 effects: WindowEffectAssignment | null;
146 }
147 | {
148 kind: "layers";
149 assignments: RuntimeLayerEffectAssignment[];
150 }
151 | {
152 kind: "popups";
153 assignments: RuntimePopupEffectAssignment[];
154 };
155
156interface EmbeddedRuntimeBridgeConstructor {

Callers 3

evaluateCachedFunction · 0.85
evaluateSnapshotFunction · 0.85
evaluatePreconfigureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected