Expand description
Content hashing for incremental indexing. Ports logic from src/gobby/code_index/hasher.py.
Functions§
- file_
content_ hash - SHA-256 hash of entire file contents.
- symbol_
content_ hash - SHA-256 hash of a byte slice (symbol source).
Content hashing for incremental indexing. Ports logic from src/gobby/code_index/hasher.py.