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

Method resolve

tools/common/_hyperscript.iife.js:5447–5450  ·  view source on GitHub ↗
(ctx, { value })

Source from the content-addressed store, hash-verified

5445 return new _ThrowCommand(expr);
5446 }
5447 resolve(ctx, { value }) {
5448 ctx.meta.runtime.registerHyperTrace(ctx, value);
5449 throw value;
5450 }
5451 };
5452 var ReturnCommand = class _ReturnCommand extends Command {
5453 static keyword = "return";

Callers

nothing calls this directly

Calls 1

registerHyperTraceMethod · 0.45

Tested by

no test coverage detected