Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/MisterBooo/LeetCodeAnimation
/ itemLabel
Function
itemLabel
tools/scripts/sync-algomooc-index.js:215–217 ·
view source on GitHub ↗
(item)
Source
from the content-addressed store, hash-verified
213
}
214
215
function
itemLabel(item) {
216
return
`#${item.leetcodeId} ${item.titleZh} (${item.slug})`;
217
}
218
219
function
printReport(report, manifest) {
220
console.log(`items: ${manifest.length}`);
Callers
1
printReport
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected