MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / getModes

Function getModes

src/cm/modelist.ts:163–165  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

161 * Get all modes array
162 */
163export function getModes(): Mode[] {
164 return modes;
165}
166
167export function getMode(name: string): Mode | null {
168 return modesByName[normalizeModeKey(name)] || null;

Callers 5

modesFunction · 0.90
generateHintsFunction · 0.90
listModesMethod · 0.90
formatterSettingsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected