MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / select

Function select

src/settings/appSettings.js:216–218  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

214 value: values.appFont || "",
215 valueText: (value) => value || defaultFontLabel,
216 get select() {
217 return [["", defaultFontLabel], ...fonts.getNames()];
218 },
219 info: appFontInfo,
220 category: categories.fonts,
221 },

Callers 6

promptInstallerFunction · 0.70
callbackFunction · 0.70
callbackFunction · 0.70
filterPluginsFunction · 0.50
addSourceFunction · 0.50
index.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected