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

Method removeChild

lib/jsdoc/tutorial.js:77–79  ·  view source on GitHub ↗

* Removes children from current node. * * @param {Tutorial} child - Old child.

(child)

Source from the content-addressed store, hash-verified

75 * @param {Tutorial} child - Old child.
76 */
77 removeChild(child) {
78 child.setParent(null);
79 }
80 /* eslint-enable class-methods-use-this */
81
82 /**

Callers 3

eFunction · 0.80
removeChildFunction · 0.80
tutorial.jsFile · 0.80

Calls 1

setParentMethod · 0.80

Tested by

no test coverage detected