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

Method resolve

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

beepValueToConsoleMethod · 0.45

Tested by

no test coverage detected