MCPcopy
hub / github.com/webpack/webpack / setChildren

Method setChildren

lib/FileSystemInfo.js:528–531  ·  view source on GitHub ↗

* Updates children using the provided value. * @param {Children} value children

(value)

Source from the content-addressed store, hash-verified

526 * @param {Children} value children
527 */
528 setChildren(value) {
529 this._flags |= 0x1000;
530 this.children = value;
531 }
532
533 /**
534 * Adds the provided child to the snapshot.

Callers 4

addChildMethod · 0.95
mergeSnapshotsMethod · 0.95
jobDoneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected