MCPcopy
hub / github.com/webpack/webpack / isChild

Method isChild

lib/Compiler.js:1352–1354  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1350 }
1351
1352 isChild() {
1353 return Boolean(this.parentCompilation);
1354 }
1355
1356 /**
1357 * Creates a compilation.

Callers 2

_applyOnCompilerMethod · 0.80
Compiler.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected