MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / restore

Function restore

scripts/check-route-trees.ts:72–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70}
71
72const restore = () => {
73 for (const [tree, content] of before) writeFileSync(resolve(repoRoot, tree), content);
74};
75
76/** The lines each side has and the other does not — enough to name the route
77 * that drifted, without pulling in a diff library for a CI guard. */

Callers 2

discoverToolsFunction · 0.85

Calls 1

resolveFunction · 0.50

Tested by

no test coverage detected