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

Method resolve

www/js/_hyperscript.js:6519–6525  ·  view source on GitHub ↗
(context, { targetValue })

Source from the content-addressed store, hash-verified

6517 return defaultCmd;
6518 }
6519 resolve(context, { targetValue }) {
6520 if (targetValue != null && targetValue !== "") {
6521 return this.findNext(context);
6522 } else {
6523 return this.setter;
6524 }
6525 }
6526 };
6527 var IncrementCommand = class _IncrementCommand extends Command {
6528 static keyword = "increment";

Callers

nothing calls this directly

Calls 1

findNextMethod · 0.45

Tested by

no test coverage detected