MCPcopy 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

getModeForPathFunction · 0.90
toAceModeFunction · 0.85
StringInterface · 0.85

Tested by

no test coverage detected