MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / resolve

Method resolve

tools/common/_hyperscript.iife.js:6160–6166  ·  view source on GitHub ↗
(context, { targetValue })

Source from the content-addressed store, hash-verified

6158 return defaultCmd;
6159 }
6160 resolve(context, { targetValue }) {
6161 if (targetValue != null && targetValue !== "") {
6162 return this.findNext(context);
6163 } else {
6164 return this.setter;
6165 }
6166 }
6167 };
6168 var IncrementCommand = class _IncrementCommand extends Command {
6169 static keyword = "increment";

Callers

nothing calls this directly

Calls 1

findNextMethod · 0.45

Tested by

no test coverage detected