Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/webpack/webpack
/ destroy
Method
destroy
lib/debug/ProfilingPlugin.js:128–135 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
126
}
127
128
destroy() {
129
if
(this.hasSession()) {
130
/** @
type
{Session} */
131
(this.session).disconnect();
132
}
133
134
return
Promise.resolve();
135
}
136
137
/**
138
* Returns }>} profile result.
Callers
8
lazy-compilation-node.js
File · 0.80
apply
Method · 0.80
lazyCompilationBackend.js
File · 0.80
dispose
Function · 0.80
ProfilingPlugin.unittest.js
File · 0.80
close
Method · 0.80
index.js
File · 0.80
createServer
Function · 0.80
Calls
2
hasSession
Method · 0.95
resolve
Method · 0.65
Tested by
no test coverage detected