MCPcopy
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

applyMethod · 0.80
disposeFunction · 0.80
closeMethod · 0.80
index.jsFile · 0.80
createServerFunction · 0.80

Calls 2

hasSessionMethod · 0.95
resolveMethod · 0.65

Tested by

no test coverage detected