Files
EJClaw/shared/verification-snapshot.d.ts
2026-04-08 03:49:54 +09:00

13 lines
451 B
TypeScript

export declare const VERIFICATION_SNAPSHOT_EXCLUDE_NAMES: ReadonlySet<string>;
export declare function isVerificationSnapshotExcludedName(
name: string,
): boolean;
export declare function isVerificationSnapshotExcludedPath(
repoDir: string,
currentPath: string,
): boolean;
export declare function computeVerificationSnapshotId(repoDir: string): string;
export declare function resolveVerificationResponsesDir(
hostIpcDir: string,
): string;