MCPcopy Create free account
hub / github.com/afar1/fieldtheory-cli / DocumentVersion

Interface DocumentVersion

src/document-ops.ts:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { ensureDir, pathExists, readMd, writeMd } from './fs.js';
6
7export interface DocumentVersion {
8 mtimeMs: number;
9 size: number;
10 sha256: string;
11}
12
13export interface DocumentUpdateOptions {
14 expectedSha256?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected