MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / filler

Function filler

test/extract-select.test.ts:5–5  ·  view source on GitHub ↗
(label: string, n: number)

Source from the content-addressed store, hash-verified

3
4// A page whose ANSWER sits in the MIDDLE — the region a head+tail window drops.
5const filler = (label: string, n: number) => Array.from({ length: n }, (_, i) => `${label} paragraph ${i} with generic boilerplate navigation footer cookie banner text.`).join('\n\n');
6const PAGE = [
7 '# Widget API reference', // passage 0 — lede/anchor
8 filler('intro', 12),

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected