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

Method resolve

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected