Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Acode-Foundation/Acode
/ modes
Function
modes
src/main.js:943–947 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
941
942
return
{
943
get modes() {
944
return
getModes()
945
.map((mode) => toAceMode(mode))
946
.filter(Boolean);
947
},
948
get modesByName() {
949
const
source = getModesByName();
950
const
result = {};
Callers
nothing calls this directly
Calls
2
getModes
Function · 0.90
toAceMode
Function · 0.85
Tested by
no test coverage detected