MCPcopy
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

64const 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

removeMethod · 0.45

Tested by

no test coverage detected