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

Function onError

tools/decoration-runtime.ts:3408–3411  ·  view source on GitHub ↗
(error: Error)

Source from the content-addressed store, hash-verified

3406 };
3407
3408 const animationEntries =
3409 animationEntriesByWindowId.get(snapshot.id) ?? new Map();
3410 animationEntriesByWindowId.set(snapshot.id, animationEntries);
3411 const animation = createWindowAnimationControllerWithStore(
3412 snapshot.id,
3413 animationEntries as Map<symbol, never>,
3414 );

Callers

nothing calls this directly

Calls 1

cleanupFunction · 0.85

Tested by

no test coverage detected