Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShivaBhattacharjee/KeyZen
/ getFirstChapter
Function
getFirstChapter
lib/code/index.ts:19–21 ·
view source on GitHub ↗
(lang: string)
Source
from the content-addressed store, hash-verified
17
}
18
19
export
function
getFirstChapter(lang: string): string | undefined {
20
return
CODE_MANIFEST[lang]?.chapters[0];
21
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected