MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / getJournal

Function getJournal

src/filesystem/transaction.ts:451–454  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

449 tx();
450
451 return { filesRestored, txnsRolled: ids.length };
452 }
453
454 /** Distinct file paths touched by still-committed transactions in a session.
455 * Used by the autonomy-contract RUN REPORT (headless --verify/--budget runs). */
456 listSessionFiles(sessionId: string): string[] {
457 const rows = this.db.prepare(`

Callers 4

index.tsFile · 0.85
handleSlashCommandFunction · 0.85
makeServerToolContextFunction · 0.85
runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected