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

Function addChild

lib/jsdoc/tutorial.js:30–32  ·  view source on GitHub ↗

* Adds a child to the parent tutorial. Does *not* set child.parent though. * * @param {Tutorial} parent - parent tutorial. * @param {Tutorial} child - New child. * @private

({children}, child)

Source from the content-addressed store, hash-verified

28 * @private
29 */
30function addChild({children}, child) {
31 children.push(child);
32}
33
34/**
35 * Represents a single JSDoc tutorial.

Callers 1

setParentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…