Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ptmt/react-native-macos
/ getMap
Method
getMap
packager/src/node-haste/Module.js:138–140 ·
view source on GitHub ↗
(transformOptions: TransformOptions)
Source
from the content-addressed store, hash-verified
136
}
137
138
getMap(transformOptions: TransformOptions) {
139
return
this.read(transformOptions).then(({map}) => map);
140
}
141
142
getName(): Promise<string> {
143
return
Promise.resolve().then(() => {
Callers
nothing calls this directly
Calls
2
read
Method · 0.95
then
Method · 0.45
Tested by
no test coverage detected