MCPcopy
hub / github.com/mozilla/source-map / destroy

Method destroy

source-map.d.ts:216–216  ·  view source on GitHub ↗

* Free this source map consumer's associated wasm data that is manually-managed. * Alternatively, you can use SourceMapConsumer.with to avoid needing to remember to call destroy.

()

Source from the content-addressed store, hash-verified

214 * Alternatively, you can use SourceMapConsumer.with to avoid needing to remember to call destroy.
215 */
216 destroy(): void;
217}
218
219export interface SourceMapConsumerConstructor {

Callers 11

withMethod · 0.65
destroyMethod · 0.65
assertNameFunction · 0.65
test-spec-tests.jsFile · 0.65
testFunction · 0.65
getTestMappingFunction · 0.65
bench.jsFile · 0.65

Calls

no outgoing calls

Tested by 1

testFunction · 0.52