Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ f
Function
f
test/cases/chunks/parsing/index.js:20–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
19
it(
"should handle require.ensure without function expression"
,
function
(done) {
20
function
f() {
21
done();
22
}
23
require.ensure([], f);
24
});
25
Callers
1
logger
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected