MCPcopy
hub / github.com/webpack/webpack / apply

Method apply

module.d.ts:142–142  ·  module.d.ts::Hot.apply
(options?: ApplyOptions)

Source from the content-addressed store, hash-verified

140 autoApply?: boolean | ApplyOptions
141 ): Promise<(string | number)[] | null>;
142 apply(options?: ApplyOptions): Promise<(string | number)[] | null>;
143 }
144
145 interface ExportInfo {

Callers 15

checkFunction · 0.65
checkForUpdateFunction · 0.65
processMethod · 0.65
applyMethod · 0.65
applyEntryOptionMethod · 0.65
createCompilerFunction · 0.65
_applyOnMultiCompilerMethod · 0.65
computeReferencesMethod · 0.65
compareReferencesMethod · 0.65
applyMethod · 0.65
createChildCompilerMethod · 0.65
applyMethod · 0.65

Calls

no outgoing calls

Tested by 2

createMultiCompilerFunction · 0.52