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

Function sameItem

tools/scripts/sync-algomooc-index.js:202–204  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

200}
201
202function sameItem(a, b) {
203 return JSON.stringify(a) === JSON.stringify(b);
204}
205
206function compareManifests(before, after) {
207 const oldById = new Map(before.map((item) => [item.leetcodeId, item]));

Callers 1

compareManifestsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected