Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MisterBooo/LeetCodeAnimation
/ itemLabel
Function
itemLabel
tools/scripts/review-site-changes.js:59–61 ·
view source on GitHub ↗
(item)
Source
from the content-addressed store, hash-verified
57
}
58
59
function
itemLabel(item) {
60
return
`#${item.leetcodeId} ${item.titleZh} (${item.slug})`;
61
}
62
63
function
loadCurrentManifest() {
64
if
(!fs.existsSync(manifestFile))
return
[];
Callers
1
review-site-changes.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected