Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ Start
Function
Start
lib/wasm-sync/WebAssemblyGenerator.js:66–68 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
64
const
removeStartFunc = (state) => (bin) =>
65
editWithAST(state.ast, bin, {
66
Start(path) {
67
path.remove();
68
}
69
});
70
71
/**
Callers
nothing calls this directly
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected