Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
addDocletRef
Method · 0.95
astnodeToMemberof
Method · 0.95
_getParentClass
Method · 0.95
resolveThis
Method · 0.95
resolvePropertyParents
Method · 0.95
resolveVar
Method · 0.95
getParentDocletFromEvent
Function · 0.80
makeConstructorFinisher
Function · 0.80
trackVars
Function · 0.80
setModuleScopeMemberOf
Function · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected