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

Method resolve

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

Source from the content-addressed store, hash-verified

4083 }
4084 }
4085 resolve(ctx, { value }) {
4086 ctx.meta.runtime.beepValueToConsole(ctx.me, this.expression, value);
4087 return value;
4088 }
4089 };
4090 var PropertyAccess = class _PropertyAccess extends Expression {
4091 static grammarName = "propertyAccess";

Callers

nothing calls this directly

Calls 1

beepValueToConsoleMethod · 0.45

Tested by

no test coverage detected