MCPcopy
hub / github.com/webpack/webpack / tapAsync

Function tapAsync

test/helpers/PluginEnvironment.js:53–55  ·  test/helpers/PluginEnvironment.js::tapAsync
(options, handler)

Source from the content-addressed store, hash-verified

51 addEvent(eventName, handler);
52 },
53 tapAsync(options, handler) {
54 addEvent(eventName, handler);
55 },
56 tapPromise(options, handler) {
57 addEvent(eventName, handler);
58 }

Callers

nothing calls this directly

Calls 1

addEventFunction · 0.85

Tested by

no test coverage detected