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

Function section

scripts/generateLlmsText.js:161–163  ·  view source on GitHub ↗
(title, lines)

Source from the content-addressed store, hash-verified

159];
160
161function section(title, lines) {
162 return `## ${title}\n\n${lines.join('\n')}\n`;
163}
164
165function buildHeader() {
166 const intro = [

Callers 6

buildDocsFunction · 0.85
buildCliFunction · 0.85
buildVariantsFunction · 0.85
buildKeyDependenciesFunction · 0.85
buildMcpFunction · 0.85
buildDevFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected