MCPcopy Index your code
hub / github.com/forloopcodes/contextplus / listRestorePoints

Function listRestorePoints

src/git/shadow.ts:97–99  ·  view source on GitHub ↗
(rootDir: string)

Source from the content-addressed store, hash-verified

95}
96
97export async function listRestorePoints(rootDir: string): Promise<RestorePoint[]> {
98 return loadManifest(rootDir);
99}
100
101export async function shadowCommit(rootDir: string, message: string): Promise<boolean> {
102 try {

Callers 3

shadow.test.mjsFile · 0.85
shadow.demo.mjsFile · 0.85
index.tsFile · 0.85

Calls 1

loadManifestFunction · 0.85

Tested by

no test coverage detected