MCPcopy Index your code
hub / github.com/jsdoc/jsdoc / _walkAst

Method _walkAst

lib/jsdoc/src/parser.js:304–306  ·  view source on GitHub ↗

@private

(ast, visitor, sourceName)

Source from the content-addressed store, hash-verified

302
303 /** @private */
304 _walkAst(ast, visitor, sourceName) {
305 this._walker.recurse(ast, visitor, sourceName);
306 }
307
308 // TODO: docs
309 addDocletRef(e) {

Callers 1

_parseSourceCodeMethod · 0.95

Calls 1

recurseMethod · 0.80

Tested by

no test coverage detected