MCPcopy Create free account
hub / github.com/MisterBooo/LeetCodeAnimation / loadCurrentManifest

Function loadCurrentManifest

tools/scripts/review-site-changes.js:63–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61}
62
63function loadCurrentManifest() {
64 if (!fs.existsSync(manifestFile)) return [];
65 return JSON.parse(fs.readFileSync(manifestFile, "utf8"));
66}
67
68function compare() {
69 const current = loadCurrentManifest().map((item) => ({

Callers 1

compareFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected