Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nilbuild/developer-roadmap
/ getRoadmapIds
Function
getRoadmapIds
sitemap.mjs:4–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
import
fs from
'node:fs/promises'
;
3
4
async
function
getRoadmapIds() {
5
return
fs.readdir(path.join(process.cwd(),
'src/roadmaps'
));
6
}
7
8
export
function
shouldIndexPage(page) {
9
return
![
Callers
1
serializeSitemap
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected