MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / resolve

Method resolve

tools/common/_hyperscript.iife.js:5402–5409  ·  view source on GitHub ↗
(ctx, { logger, values })

Source from the content-addressed store, hash-verified

5400 return new _LogCommand(exprs, withExpr);
5401 }
5402 resolve(ctx, { logger, values }) {
5403 if (logger) {
5404 logger(...values);
5405 } else {
5406 console.log(...values);
5407 }
5408 return this.findNext(ctx);
5409 }
5410 };
5411 var BeepCommand = class _BeepCommand extends Command {
5412 static keyword = "beep!";

Callers

nothing calls this directly

Calls 1

findNextMethod · 0.45

Tested by

no test coverage detected