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

Function ooo

apps/web/utilities/seo/buildThreadSeo.test.ts:134–138  ·  view source on GitHub ↗
(n: number)

Source from the content-addressed store, hash-verified

132
133 test('message too long', async () => {
134 const ooo = (n: number) =>
135 Array(n)
136 .fill(0)
137 .map((v, i) => 'ooo')
138 .join(' ');
139
140 const { description, title, url, image, ...rest } = await buildThreadSeo({
141 ...defaultProps,

Callers 1

Calls 1

mapMethod · 0.80

Tested by

no test coverage detected