MCPcopy
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
66function topics(cat) {
67 return String(cat)
68 .split(/\s*[·/]\s*/)
69 .map((item) => item.trim())
70 .filter(Boolean);
71}
72
73function problemDirs() {
74 const base = path.join(ROOT, PROBLEMS_DIR);

Callers 1

buildManifestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected