MCPcopy 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
59function itemLabel(item) {
60 return `#${item.leetcodeId} ${item.titleZh} (${item.slug})`;
61}
62
63function loadCurrentManifest() {
64 if (!fs.existsSync(manifestFile)) return [];

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected