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

Interface MdState

src/md.ts:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49export interface MdState {
50 lastCompileAt: string;
51 totalCompiles: number;
52 groupCounts: Record<string, string>;
53 pageHashes: Record<string, string>;
54}
55
56export interface CompileOptions {
57 full?: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected