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

Method getPackage

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

Source from the content-addressed store, hash-verified

165 }
166
167 getPackage() {
168 return this._moduleCache.getPackageForModule(this);
169 }
170
171 getDependencies(transformOptions: TransformOptions) {
172 return this.read(transformOptions).then(({dependencies}) => dependencies);

Callers 1

getNameMethod · 0.95

Calls 1

getPackageForModuleMethod · 0.80

Tested by

no test coverage detected