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

Method addChild

lib/jsdoc/tutorial.js:87–89  ·  view source on GitHub ↗

* Adds new children to current node. * * @param {Tutorial} child - New child.

(child)

Source from the content-addressed store, hash-verified

85 * @param {Tutorial} child - New child.
86 */
87 addChild(child) {
88 child.setParent(this);
89 }
90
91 /**
92 * Prepares source.

Callers 1

tutorial.jsFile · 0.80

Calls 1

setParentMethod · 0.80

Tested by

no test coverage detected