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

Function removeChild

test/specs/jsdoc/tutorial.js:164–166  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

162
163 describe('removeChild', () => {
164 function removeChild() {
165 par2.removeChild(par);
166 }
167
168 it('removing a tutorial that is not a child silently passes', () => {
169 const n = par2.children.length;

Callers

nothing calls this directly

Calls 1

removeChildMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…