Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_parseSourceCode
Method · 0.95
Calls
1
recurse
Method · 0.80
Tested by
no test coverage detected