Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
202
function
sameItem(a, b) {
203
return
JSON.stringify(a) === JSON.stringify(b);
204
}
205
206
function
compareManifests(before, after) {
207
const
oldById =
new
Map(before.map((item) => [item.leetcodeId, item]));
Callers
1
compareManifests
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected