Structs§
Functions§
- compute_
hash - Compute SHA-256 hash of SQL files. Files are sorted by path, each path+content separated by null bytes (matching the TS implementation).
- read_
cache - Read cached IR. Returns None on miss (wrong hash, no file, corrupted).
- write_
cache - Write IR cache atomically (temp file → rename).