MCPcopy Index your code
hub / github.com/nodejs/node / findChild

Method findChild

deps/v8/tools/profile.mjs:1212–1215  ·  view source on GitHub ↗

* Finds an immediate child with the specified label. * * @param {string} label Child node label.

(label)

Source from the content-addressed store, hash-verified

1210 * @param {string} label Child node label.
1211 */
1212 findChild(label) {
1213 const found = this.children[label];
1214 return found === undefined ? null : found;
1215 }
1216
1217 /**
1218 * Finds an immediate child with the specified label, creates a child

Callers 2

findOrAddChildMethod · 0.95
descendToChildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected