MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / getSourceMap

Function getSourceMap

src/source_map_support.js:104–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102}
103
104function getSourceMap() {
105 var buf = readBinary(wasmSourceMapFile);
106 return JSON.parse(UTF8ArrayToString(buf));
107}
108
109async function getSourceMapAsync() {
110 if (ENVIRONMENT_IS_WEB

Callers 1

getSourceMapAsyncFunction · 0.85

Calls 3

readBinaryFunction · 0.85
UTF8ArrayToStringFunction · 0.50
parseMethod · 0.45

Tested by

no test coverage detected