Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
161
function
section(title, lines) {
162
return
`## ${title}\n\n${lines.join(
'\n'
)}\n`;
163
}
164
165
function
buildHeader() {
166
const
intro = [
Callers
6
buildDocs
Function · 0.85
buildCli
Function · 0.85
buildVariants
Function · 0.85
buildKeyDependencies
Function · 0.85
buildMcp
Function · 0.85
buildDev
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected