Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/react/metro
/ getResult
Method
getResult
packages/metro-source-map/src/generateFunctionMap.js:541–543 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
539
}
540
541
getResult(): FBSourceFunctionMap {
542
return
{names: this._names, mappings: this._mappings.toString()};
543
}
544
545
push({name, start}: RangeMapping) {
546
let
nameIndex = this._namesMap.get(name);
Callers
2
generateFunctionMap
Function · 0.95
functionMapBabelPlugin
Function · 0.95
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected