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

Method resolve

www/js/_hyperscript-max.js:5789–5792  ·  view source on GitHub ↗
(ctx, { value })

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

registerHyperTraceMethod · 0.45

Tested by

no test coverage detected