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

Method toString

lib/source-map-generator.js:433–435  ·  view source on GitHub ↗

* Render the source map being generated to a string.

()

Source from the content-addressed store, hash-verified

431 * Render the source map being generated to a string.
432 */
433 toString() {
434 return JSON.stringify(this.toJSON());
435 }
436}
437
438SourceMapGenerator.prototype._version = 3;

Callers

nothing calls this directly

Calls 1

toJSONMethod · 0.95

Tested by

no test coverage detected