MCPcopy
hub / github.com/jsdoc/jsdoc / _addTutorial

Method _addTutorial

lib/jsdoc/tutorial.js:139–141  ·  view source on GitHub ↗

* Add a child tutorial to the root. * @param {module:jsdoc/tutorial.Tutorial} child - Child tutorial.

(child)

Source from the content-addressed store, hash-verified

137 * @param {module:jsdoc/tutorial.Tutorial} child - Child tutorial.
138 */
139 _addTutorial(child) {
140 this._tutorials[child.name] = child;
141 }
142}
143exports.RootTutorial = RootTutorial;
144

Callers 2

resolver.jsFile · 0.80
tutorial.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected