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

Method computeColumnSpans

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

Source from the content-addressed store, hash-verified

1046 }
1047
1048 computeColumnSpans() {
1049 for (let i = 0; i < this._sections.length; i++) {
1050 this._sections[i].consumer.computeColumnSpans();
1051 }
1052 }
1053
1054 destroy() {
1055 for (let i = 0; i < this._sections.length; i++) {

Callers

nothing calls this directly

Calls 1

computeColumnSpansMethod · 0.65

Tested by

no test coverage detected