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

Method resolve

www/js/_hyperscript-max.js:5654–5656  ·  view source on GitHub ↗
(context, { value: val })

Source from the content-addressed store, hash-verified

5652 return new _NoExpression(root);
5653 }
5654 resolve(context, { value: val }) {
5655 return context.meta.runtime.isEmpty(val);
5656 }
5657 };
5658 var SomeExpression = class _SomeExpression extends Expression {
5659 static grammarName = "some";

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected