Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
function
loadCurrentManifest() {
64
if
(!fs.existsSync(manifestFile))
return
[];
65
return
JSON.parse(fs.readFileSync(manifestFile,
"utf8"
));
66
}
67
68
function
compare() {
69
const
current = loadCurrentManifest().map((item) => ({
Callers
1
compare
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected