pub fn check_semantic_cache(
files: &[&str],
root: &Path,
) -> (Vec<Value>, Vec<Value>, Vec<Value>, Vec<String>)Expand description
Check semantic cache for a list of file paths.
Returns (cached_nodes, cached_edges, cached_hyperedges, uncached_files).
Cache location: <root>/codesynapse-out/cache/semantic/<sha256>.json