MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / resolve

Method resolve

www/js/_hyperscript.js:8769–8774  ·  view source on GitHub ↗
(ctx, { target, content })

Source from the content-addressed store, hash-verified

8767 return new _MorphCommand(target, content);
8768 }
8769 resolve(ctx, { target, content }) {
8770 ctx.meta.runtime.implicitLoop(target, function(elt) {
8771 ctx.meta.runtime.morph(elt, content);
8772 });
8773 return this.findNext(ctx);
8774 }
8775 };
8776
8777 // src/parsetree/commands/animations.js

Callers

nothing calls this directly

Calls 3

implicitLoopMethod · 0.45
morphMethod · 0.45
findNextMethod · 0.45

Tested by

no test coverage detected