MCPcopy Index your code
hub / github.com/ethanniser/NextFaster / getCollections

Function getCollections

scripts/generate.ts:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36MAKE SURE THERE ARE 20 CATEGORIES IN THE OUTPUT.`;
37
38const getCollections = async () => {
39 return await db.select().from(collections);
40};
41
42// generate 20 categories per each collection
43const generateCategories = async () => {

Callers 3

HomeFunction · 0.85
LayoutFunction · 0.85
generateCategoriesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected