MCPcopy
hub / github.com/ComposioHQ/composio / getAllToolkitsSync

Function getAllToolkitsSync

docs/lib/toolkit-data.ts:44–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44export function getAllToolkitsSync(): Toolkit[] {
45 if (cached) return cached.list;
46 const data = readFileSync(TOOLKITS_PATH, 'utf-8');
47 return buildCache(parse(data)).list;
48}

Callers 3

search-index.tsFile · 0.90
getDynamicToolkitRecordsFunction · 0.90
sitemapFunction · 0.90

Calls 3

buildCacheFunction · 0.70
parseFunction · 0.70
readFileSyncFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…