Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ tapPromise
Function
tapPromise
test/helpers/PluginEnvironment.js:56–58 · test/helpers/PluginEnvironment.js::tapPromise
(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