MCPcopy
hub / github.com/eslint/eslint / skip

Method skip

lib/linter/code-path-analysis/code-path.js:192–194  ·  view source on GitHub ↗

* Skip the following segments in this branch. * @returns {void}

()

Source from the content-addressed store, hash-verified

190 * @returns {void}
191 */
192 skip() {
193 skipped.add(segment);
194 },
195
196 /**
197 * Stop traversal completely - do not traverse to any

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected