Skip to main content

Module cache

Module cache 

Source

Structs§

AnalysisCache
Thread-safe, disk-backed cache for per-file analysis results.

Functions§

hash_content
Compute the BLAKE3 hex digest of content.

Type Aliases§

CacheHit
Cached analysis result returned on a cache hit: issues and reference location tuples (symbol_key, line, col_start, col_end).