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

Method resolve

src/parsetree/commands/basic.js:92–99  ·  view source on GitHub ↗
(ctx, { values })

Source from the content-addressed store, hash-verified

90 }
91
92 resolve(ctx, { values }) {
93 for (let i = 0; i < this.exprs.length; i++) {
94 const expr = this.exprs[i];
95 const val = values[i];
96 ctx.meta.runtime.beepValueToConsole(ctx.me, expr, val);
97 }
98 return this.findNext(ctx);
99 }
100}
101
102/**

Callers

nothing calls this directly

Calls 2

beepValueToConsoleMethod · 0.45
findNextMethod · 0.45

Tested by

no test coverage detected