Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/FormidableLabs/webpack-dashboard
/ handler
Method
handler
plugin/index.js:67–71 ·
view source on GitHub ↗
(...args)
Source
from the content-addressed store, hash-verified
65
}
66
67
handler(...args) {
68
if
(this._handler) {
69
this._handler(...args);
70
}
71
}
72
73
cleanup(numTried = 0) {
74
if
(!this._cleanedUp && !this.watching && this.socket) {
Callers
1
apply
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected