MCPcopy
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
215function itemLabel(item) {
216 return `#${item.leetcodeId} ${item.titleZh} (${item.slug})`;
217}
218
219function printReport(report, manifest) {
220 console.log(`items: ${manifest.length}`);

Callers 1

printReportFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected