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

Method resolve

tools/common/_hyperscript.iife.js:3803–3806  ·  view source on GitHub ↗
(ctx, { value })

Source from the content-addressed store, hash-verified

3801 }
3802 }
3803 resolve(ctx, { value }) {
3804 ctx.meta.runtime.beepValueToConsole(ctx.me, this.expression, value);
3805 return value;
3806 }
3807 };
3808 var PropertyAccess = class _PropertyAccess extends Expression {
3809 static grammarName = "propertyAccess";

Callers

nothing calls this directly

Calls 1

beepValueToConsoleMethod · 0.45

Tested by

no test coverage detected