Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/tapable
/ deinit
Method
deinit
lib/HookCodeFactory.js:101–105 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
99
}
100
101
deinit() {
102
this.options = undefined;
103
this._args = undefined;
104
this._joinedArgs = undefined;
105
}
106
107
contentWithInterceptors(options) {
108
if
(this.options.interceptors.length > 0) {
Callers
1
create
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected