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

Method resolve

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

registerHyperTraceMethod · 0.45

Tested by

no test coverage detected