Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
104
function
getSourceMap() {
105
var
buf = readBinary(wasmSourceMapFile);
106
return
JSON.parse(UTF8ArrayToString(buf));
107
}
108
109
async
function
getSourceMapAsync() {
110
if
(ENVIRONMENT_IS_WEB
Callers
1
getSourceMapAsync
Function · 0.85
Calls
3
readBinary
Function · 0.85
UTF8ArrayToString
Function · 0.50
parse
Method · 0.45
Tested by
no test coverage detected