MCPcopy Index your code
hub / github.com/nodejs/node / hasSkip

Function hasSkip

tools/eslint-rules/rules-utils.js:122–124  ·  view source on GitHub ↗

* @returns {boolean}

(expression)

Source from the content-addressed store, hash-verified

120 * @returns {boolean}
121 */
122function hasSkip(expression) {
123 return expression?.callee?.name === 'skip' || expression?.callee?.property?.name === 'skip';
124}

Callers 1

rules-utils.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…