MCPcopy
hub / github.com/jsdoc/jsdoc / getByName

Method getByName

lib/jsdoc/tutorial.js:131–133  ·  view source on GitHub ↗

* Retrieve a tutorial by name. * @param {string} name - Tutorial name. * @return {module:jsdoc/tutorial.Tutorial} Tutorial instance.

(name)

Source from the content-addressed store, hash-verified

129 * @return {module:jsdoc/tutorial.Tutorial} Tutorial instance.
130 */
131 getByName(name) {
132 return hasOwnProp.call(this._tutorials, name) && this._tutorials[name];
133 }
134
135 /**
136 * Add a child tutorial to the root.

Callers 5

resolver.jsFile · 0.80
templateHelper.jsFile · 0.80
tutorial.jsFile · 0.80
loadTutorialsFunction · 0.80
resolver.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected