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

Function cleanup

tools/decoration-runtime.ts:3412–3414  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3410 animationEntriesByWindowId.set(snapshot.id, animationEntries);
3411 const animation = createWindowAnimationControllerWithStore(
3412 snapshot.id,
3413 animationEntries as Map<symbol, never>,
3414 );
3415 const cache = createCompositionEvaluationCache(
3416 snapshot,
3417 actions,

Callers 2

onErrorFunction · 0.85
writeResponseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected