Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
}
1060
exports.IndexedSourceMapConsumer = IndexedSourceMapConsumer;
1061
Callers
nothing calls this directly
Calls
1
destroy
Method · 0.65
Tested by
no test coverage detected