MCPcopy Create free account
hub / github.com/Rich-Harris/magic-string / generateMap

Method generateMap

benchmark/data.js:956–958  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

954 };
955 }
956 generateMap(options) {
957 return new SourceMap(this.generateDecodedMap(options));
958 }
959 getIndentString() {
960 const indentStringCounts = {};
961 this.sources.forEach((source) => {

Callers

nothing calls this directly

Calls 1

generateDecodedMapMethod · 0.95

Tested by

no test coverage detected