Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
49
function
get(name) {
50
return
appThemes.get(name.toLowerCase());
51
}
52
53
/**
54
*
Callers
2
apply
Function · 0.70
update
Function · 0.70
Calls
1
get
Method · 0.45
Tested by
no test coverage detected