Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
buildBundle
Function · 0.80
processRequest
Method · 0.80
Bundle-test.js
File · 0.80
hasBundleInAssets
Method · 0.80
loadScript
Method · 0.80
createInstance
Method · 0.80
setFontFamily
Method · 0.80
buildSpannedFromTextCSSNode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected