MCPcopy
hub / github.com/webpack/tapable / content

Method content

lib/AsyncSeriesLoopHook.js:11–16  ·  view source on GitHub ↗
({ onError, onDone })

Source from the content-addressed store, hash-verified

9
10class AsyncSeriesLoopHookCodeFactory extends HookCodeFactory {
11 content({ onError, onDone }) {
12 return this.callTapsLooping({
13 onError: (i, err, next, doneBreak) => onError(err) + doneBreak(true),
14 onDone
15 });
16 }
17}
18
19const factory = new AsyncSeriesLoopHookCodeFactory();

Callers

nothing calls this directly

Calls 1

callTapsLoopingMethod · 0.80

Tested by

no test coverage detected