Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/MisterBooo/LeetCodeAnimation
/ manifestText
Function
manifestText
tools/scripts/sync-algomooc-index.js:187–189 ·
view source on GitHub ↗
(items)
Source
from the content-addressed store, hash-verified
185
}
186
187
function
manifestText(items) {
188
return
`${JSON.stringify(items, null, 2)}\n`;
189
}
190
191
function
readText(file) {
192
const
target = path.join(ROOT, file);
Callers
1
sync-algomooc-index.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected