MCPcopy Create free account
hub / github.com/WebReflection/neverland / update

Function update

test/neverland.js:357–359  ·  view source on GitHub ↗
(hook, ctx, args)

Source from the content-addressed store, hash-verified

355 var updates = new WeakMap();
356
357 var update = function update(hook, ctx, args) {
358 hook.apply(ctx, args);
359 };
360
361 var defaults = {
362 sync: false,

Callers 3

createEffectFunction · 0.70
neverland.jsFile · 0.70
svgFunction · 0.70

Calls 1

toStyleFunction · 0.70

Tested by

no test coverage detected