MCPcopy
hub / github.com/MisterBooo/LeetCodeAnimation / syncLogHeader

Function syncLogHeader

tools/scripts/sync-algomooc-index.js:227–235  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

225}
226
227function syncLogHeader() {
228 return `# 同步记录
229
230本文件记录网站侧 LeetCode 动画索引同步到 GitHub 的变更。
231
232| 日期 | 类型 | 说明 |
233| :-- | :-- | :-- |
234`;
235}
236
237function appendSyncLog(report, source) {
238 if (!report.added.length && !report.changed.length && !report.removed.length) return;

Callers 1

appendSyncLogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected