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

Method content

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

Source from the content-addressed store, hash-verified

9
10class SyncHookCodeFactory extends HookCodeFactory {
11 content({ onError, onDone, rethrowIfPossible }) {
12 return this.callTapsSeries({
13 onError: (i, err) => onError(err),
14 onDone,
15 rethrowIfPossible
16 });
17 }
18}
19
20const factory = new SyncHookCodeFactory();

Callers 1

Calls 1

callTapsSeriesMethod · 0.80

Tested by

no test coverage detected