Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ buildAssets
Function
buildAssets
tools/mcsim/assets.js:128–131 ·
view source on GitHub ↗
(which)
Source
from the content-addressed store, hash-verified
126
}
127
128
export
function
buildAssets(which) {
129
const
theme = themes[which];
130
buildTheme(theme);
131
}
132
133
export
function
getBackgroundComponent() {
134
return
globalThis.colors.backgroundComponent;
Callers
1
onColorsChanged
Method · 0.90
Calls
1
buildTheme
Function · 0.70
Tested by
no test coverage detected