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

Method resolve

www/js/_hyperscript-max.js:8768–8773  ·  view source on GitHub ↗
(ctx, { target, content })

Source from the content-addressed store, hash-verified

8766 return new _MorphCommand(target, content);
8767 }
8768 resolve(ctx, { target, content }) {
8769 ctx.meta.runtime.implicitLoop(target, function(elt) {
8770 ctx.meta.runtime.morph(elt, content);
8771 });
8772 return this.findNext(ctx);
8773 }
8774 };
8775
8776 // 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