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

Method getAssets

packager/src/Bundler/BundleBase.js:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 }
72
73 getAssets() {
74 return this._assets;
75 }
76
77 addAsset(asset: mixed) {
78 this._assets.push(asset);

Callers 8

buildBundleFunction · 0.80
processRequestMethod · 0.80
Bundle-test.jsFile · 0.80
hasBundleInAssetsMethod · 0.80
loadScriptMethod · 0.80
createInstanceMethod · 0.80
setFontFamilyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected