MCPcopy Index your code
hub / github.com/mozilla/source-map / destroy

Method destroy

lib/source-map-consumer.js:1054–1058  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1052 }
1053
1054 destroy() {
1055 for (let i = 0; i < this._sections.length; i++) {
1056 this._sections[i].consumer.destroy();
1057 }
1058 }
1059}
1060exports.IndexedSourceMapConsumer = IndexedSourceMapConsumer;
1061

Callers

nothing calls this directly

Calls 1

destroyMethod · 0.65

Tested by

no test coverage detected