MCPcopy
hub / github.com/eslint/eslint / CodePathSegmentTraversalController

Interface CodePathSegmentTraversalController

lib/types/index.d.ts:726–729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

724 | "class-static-block";
725
726 interface CodePathSegmentTraversalController {
727 skip(): void;
728 break(): void;
729 }
730
731 type CodePathSegmentTraversalCallback = (
732 this: CodePath,

Callers 11

enterMethod · 0.65
traverseSegmentsMethod · 0.65
enterFunction · 0.65
onCodePathSegmentLoopFunction · 0.65
onCodePathEndFunction · 0.65
onCodePathSegmentLoopFunction · 0.65
code-path.jsFile · 0.65
jshint.jsFile · 0.65
leaveMethod · 0.65
enterFunction · 0.65
code-path.jsFile · 0.65

Implementers 2

CodePathlib/linter/code-path-analysis/code-pat
Traverserlib/shared/traverser.js

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…