* @param {Entrypoint} entrypoint the entrypoint * @returns {boolean} true if the entrypoint is in the dependOn set
(entrypoint)
| 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 | |
| 124 | module.exports = Entrypoint; |
no test coverage detected