MCPcopy
hub / github.com/webpack/webpack / isEmpty

Method isEmpty

lib/LazyBarrel.js:124–126  ·  view source on GitHub ↗

* Returns whether nothing is deferred. * @returns {boolean} true, when no dependency is deferred

()

Source from the content-addressed store, hash-verified

122 * @returns {boolean} true, when no dependency is deferred
123 */
124 isEmpty() {
125 return this._requestToDepGroup.size === 0;
126 }
127
128 /**
129 * Drops the export-name lookups once no group stays deferred; they only serve

Callers 2

classifyMethod · 0.45
requestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected