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

Method resolve

www/js/_hyperscript.js:5745–5752  ·  view source on GitHub ↗
(ctx, { logger, values })

Source from the content-addressed store, hash-verified

5743 return new _LogCommand(exprs, withExpr);
5744 }
5745 resolve(ctx, { logger, values }) {
5746 if (logger) {
5747 logger(...values);
5748 } else {
5749 console.log(...values);
5750 }
5751 return this.findNext(ctx);
5752 }
5753 };
5754 var BeepCommand = class _BeepCommand extends Command {
5755 static keyword = "beep!";

Callers

nothing calls this directly

Calls 1

findNextMethod · 0.45

Tested by

no test coverage detected