MCPcopy Index your code
hub / github.com/Acode-Foundation/Acode / get

Function get

src/theme/list.js:49–51  ·  view source on GitHub ↗

* * @param {string} name * @returns {ThemeBuilder}

(name)

Source from the content-addressed store, hash-verified

47 * @returns {ThemeBuilder}
48 */
49function get(name) {
50 return appThemes.get(name.toLowerCase());
51}
52
53/**
54 *

Callers 2

applyFunction · 0.70
updateFunction · 0.70

Calls 1

getMethod · 0.45

Tested by

no test coverage detected