MCPcopy
hub / github.com/afar1/fieldtheory-cli / FenceScanResult

Interface FenceScanResult

src/md-fence.ts:48–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48export interface FenceScanResult {
49 scanned: number;
50 fixed: number;
51 fixedFiles: string[];
52 backupDir: string | null;
53}
54
55/**
56 * Walk the wiki subdirectories and rewrite any files whose content changes

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected