Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ isEmpty
Method
isEmpty
lib/optimize/ModuleConcatenationPlugin.js:973–975 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
971
}
972
973
isEmpty() {
974
return
this.modules.size === 1;
975
}
976
977
/**
978
* Adds the provided module to the concat configuration.
Callers
1
apply
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected