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

Method resolve

tools/common/_hyperscript.iife.js:5329–5331  ·  view source on GitHub ↗
(context, { value: val })

Source from the content-addressed store, hash-verified

5327 return new _SomeExpression(root);
5328 }
5329 resolve(context, { value: val }) {
5330 return !context.meta.runtime.isEmpty(val);
5331 }
5332 };
5333
5334 // src/parsetree/expressions/targets.js

Callers

nothing calls this directly

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected