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

Method resolve

www/js/_hyperscript.js:5790–5793  ·  view source on GitHub ↗
(ctx, { value })

Source from the content-addressed store, hash-verified

5788 return new _ThrowCommand(expr);
5789 }
5790 resolve(ctx, { value }) {
5791 ctx.meta.runtime.registerHyperTrace(ctx, value);
5792 throw value;
5793 }
5794 };
5795 var ReturnCommand = class _ReturnCommand extends Command {
5796 static keyword = "return";

Callers

nothing calls this directly

Calls 1

registerHyperTraceMethod · 0.45

Tested by

no test coverage detected