MCPcopy Create free account
hub / github.com/ptmt/react-native-macos / _getHasteName

Method _getHasteName

packager/src/node-haste/Module.js:202–207  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

200 }
201
202 _getHasteName(): ?string {
203 if (this._hasteNameCache == null) {
204 this._hasteNameCache = {hasteName: this._readHasteName()};
205 }
206 return this._hasteNameCache.hasteName;
207 }
208
209 /**
210 * If a custom Haste implementation is provided, then we use it to determine

Callers 3

isHasteMethod · 0.95
getNameMethod · 0.95
_finalizeReadResultMethod · 0.95

Calls 1

_readHasteNameMethod · 0.95

Tested by

no test coverage detected