MCPcopy Create free account
hub / github.com/nodejs/node / enter

Function enter

deps/v8/tools/clusterfuzz/js_fuzzer/source_helpers.js:457–459  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

455function removeComments(ast) {
456 babelTraverse(ast, {
457 enter(path) {
458 babelTypes.removeComments(path.node);
459 }
460 });
461}
462

Callers 1

traverseMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected