MCPcopy
hub / github.com/jsdoc/jsdoc / _getDocletById

Method _getDocletById

lib/jsdoc/src/parser.js:338–340  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

336
337 // TODO: docs
338 _getDocletById(id) {
339 return this._byNodeId.get(id);
340 }
341
342 /**
343 * Retrieve the most recently seen doclet that has the given longname.

Callers 10

addDocletRefMethod · 0.95
astnodeToMemberofMethod · 0.95
_getParentClassMethod · 0.95
resolveThisMethod · 0.95
resolveVarMethod · 0.95
getParentDocletFromEventFunction · 0.80
makeConstructorFinisherFunction · 0.80
trackVarsFunction · 0.80
setModuleScopeMemberOfFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected