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

Method resolve

www/js/_hyperscript.esm.js:5653–5655  ·  view source on GitHub ↗
(context, { value: val })

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected