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

Method _getDocletByLongname

lib/jsdoc/src/parser.js:348–350  ·  view source on GitHub ↗

* Retrieve the most recently seen doclet that has the given longname. * * @param {string} longname - The longname to search for. * @return {module:jsdoc/doclet.Doclet?} The most recent doclet for the longname.

(longname)

Source from the content-addressed store, hash-verified

346 * @return {module:jsdoc/doclet.Doclet?} The most recent doclet for the longname.
347 */
348 _getDocletByLongname(longname) {
349 return this._byLongname.get(longname);
350 }
351
352 // TODO: docs
353 /**

Callers 3

astnodeToMemberofMethod · 0.95
_getParentClassMethod · 0.95
trackVarsFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected