MCPcopy
hub / github.com/eslint/eslint / leave

Method leave

lib/languages/js/source-code/source-code.js:484–488  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

482 }
483 },
484 leave(node) {
485 if (node === result) {
486 this.break();
487 }
488 },
489 });
490
491 return result;

Callers

nothing calls this directly

Calls 2

breakMethod · 0.65
leaveNodeMethod · 0.45

Tested by

no test coverage detected