Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/MisterBooo/LeetCodeAnimation
/ topics
Function
topics
tools/scripts/sync-algomooc-index.js:66–71 ·
view source on GitHub ↗
(cat)
Source
from the content-addressed store, hash-verified
64
}
65
66
function
topics(cat) {
67
return
String(cat)
68
.split(/\s*[·/]\s*/)
69
.map((item) => item.trim())
70
.filter(Boolean);
71
}
72
73
function
problemDirs() {
74
const
base = path.join(ROOT, PROBLEMS_DIR);
Callers
1
buildManifest
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected