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

Method resolve

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

Source from the content-addressed store, hash-verified

5670 return new _SomeExpression(root);
5671 }
5672 resolve(context, { value: val }) {
5673 return !context.meta.runtime.isEmpty(val);
5674 }
5675 };
5676
5677 // src/parsetree/expressions/targets.js

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected