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

Method resolve

tools/common/_hyperscript.iife.js:8319–8324  ·  view source on GitHub ↗
(ctx, { target, content })

Source from the content-addressed store, hash-verified

8317 return new _MorphCommand(target, content);
8318 }
8319 resolve(ctx, { target, content }) {
8320 ctx.meta.runtime.implicitLoop(target, function(elt) {
8321 ctx.meta.runtime.morph(elt, content);
8322 });
8323 return this.findNext(ctx);
8324 }
8325 };
8326
8327 // 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