MCPcopy
hub / github.com/webpack/webpack / dependOn

Method dependOn

lib/Entrypoint.js:119–121  ·  view source on GitHub ↗

* @param {Entrypoint} entrypoint the entrypoint * @returns {boolean} true if the entrypoint is in the dependOn set

(entrypoint)

Source from the content-addressed store, hash-verified

117 * @returns {boolean} true if the entrypoint is in the dependOn set
118 */
119 dependOn(entrypoint) {
120 return this._dependOn.has(entrypoint);
121 }
122}
123
124module.exports = Entrypoint;

Calls 1

hasMethod · 0.45

Tested by

no test coverage detected