MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / seed

Function seed

apps/web/bin/factory/index.ts:7–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5import createSitCommunity from './communities/sit';
6
7export const seed = async () => {
8 await truncateTables();
9
10 await createLinenCommunity();
11 await createIpsumCommunity();
12 await createDolorCommunity();
13 await createSitCommunity();
14};

Callers 1

seed.tsFile · 0.90

Calls 5

truncateTablesFunction · 0.90
createLinenCommunityFunction · 0.85
createIpsumCommunityFunction · 0.85
createDolorCommunityFunction · 0.85
createSitCommunityFunction · 0.85

Tested by

no test coverage detected