Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/webpack/webpack
/ tapPromise
Function
tapPromise
test/helpers/PluginEnvironment.js:56–58 ·
view source on GitHub ↗
(options, handler)
Source
from the content-addressed store, hash-verified
54
addEvent(eventName, handler);
55
},
56
tapPromise(options, handler) {
57
addEvent(eventName, handler);
58
}
59
};
60
hooks.set(hookName, hook);
61
}
Callers
nothing calls this directly
Calls
1
addEvent
Function · 0.85
Tested by
no test coverage detected