MCPcopy Create free account
hub / github.com/DavidHDev/react-bits / buildVariants

Function buildVariants

scripts/generateLlmsText.js:197–200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

195}
196
197function buildVariants() {
198 const lines = VARIANT_LINKS.map(v => `- [${v.label}](${v.path}): ${v.note}`);
199 return section('Variants', lines);
200}
201
202function buildKeyDependencies() {
203 const lines = KEY_DEPENDENCIES.map(d => `- [${d.label}](${d.url}): ${d.note}`);

Callers 1

generateMarkdownFunction · 0.85

Calls 1

sectionFunction · 0.85

Tested by

no test coverage detected