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

Method resolve

www/js/_hyperscript.esm.js:5767–5774  ·  view source on GitHub ↗
(ctx, { values })

Source from the content-addressed store, hash-verified

5765 return new _BeepCommand(exprs);
5766 }
5767 resolve(ctx, { values }) {
5768 for (let i = 0; i < this.exprs.length; i++) {
5769 const expr = this.exprs[i];
5770 const val = values[i];
5771 ctx.meta.runtime.beepValueToConsole(ctx.me, expr, val);
5772 }
5773 return this.findNext(ctx);
5774 }
5775};
5776var ThrowCommand = class _ThrowCommand extends Command {
5777 static keyword = "throw";

Callers

nothing calls this directly

Calls 2

beepValueToConsoleMethod · 0.45
findNextMethod · 0.45

Tested by

no test coverage detected