MCPcopy Create free account
hub / github.com/ethanniser/NextFaster / getCategories

Function getCategories

scripts/generate.ts:74–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72// generateCategories();
73
74const getCategories = async () => {
75 return await db.select().from(categories);
76};
77
78// generate 10 subcollections per each category
79const generateSubCollections = async () => {

Callers 1

generateSubCollectionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected