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