MCPcopy 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

generateFunctionMapFunction · 0.95
functionMapBabelPluginFunction · 0.95

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected