MCPcopy
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
187function manifestText(items) {
188 return `${JSON.stringify(items, null, 2)}\n`;
189}
190
191function readText(file) {
192 const target = path.join(ROOT, file);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected