Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Acode-Foundation/Acode
/ getModeForPath
Function
getModeForPath
src/main.js:956–958 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
954
return
result;
955
},
956
getModeForPath(path) {
957
return
toAceMode(getModeForPath(String(path ||
""
)));
958
},
959
};
960
}
961
Callers
nothing calls this directly
Calls
3
getModeForPath
Function · 0.90
toAceMode
Function · 0.85
String
Interface · 0.85
Tested by
no test coverage detected