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

Method resolve

tools/common/_hyperscript.iife.js:5312–5314  ·  view source on GitHub ↗
(context, { value: val })

Source from the content-addressed store, hash-verified

5310 return new _NoExpression(root);
5311 }
5312 resolve(context, { value: val }) {
5313 return context.meta.runtime.isEmpty(val);
5314 }
5315 };
5316 var SomeExpression = class _SomeExpression extends Expression {
5317 static grammarName = "some";

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected