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

Method resolve

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected