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

Method resolve

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected