MCPcopy
hub / github.com/webpack/webpack / check

Method check

module.d.ts:139–139  ·  view source on GitHub ↗
(
			autoApply?: boolean | ApplyOptions
		)

Source from the content-addressed store, hash-verified

137 removeStatusHandler(callback: (status: HotUpdateStatus) => void): void;
138 data: object;
139 check(
140 autoApply?: boolean | ApplyOptions
141 ): Promise<(string | number)[] | null>;
142 apply(options?: ApplyOptions): Promise<(string | number)[] | null>;

Callers 15

checkFunction · 0.65
checkFunction · 0.65
checkForUpdateFunction · 0.65
checkForUpdateFunction · 0.65
buildMethod · 0.65
tryLoadCurrentFunction · 0.65
parseMethod · 0.65
applyMethod · 0.65
index.tsFile · 0.65
updateFunction · 0.65
update.jsFile · 0.65
worker.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected