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

Method resolve

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

Source from the content-addressed store, hash-verified

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