refactor: hash_file audit — use hash_file for file reads; remove local blob_id aliases
- shelf.py: 'from muse.core.object_store import blob_id as _blob_id' (wrong module + alias) replaced with 'from muse.core.types import hash_file'; disk_id = hash_file(dest) - bridge.py: three local 'blob_id as _blob_id' and 'content_hash as _content_hash' patterns in _import_git_files_from_commits, _import_git_rerere_cache, _import_git_stash_to_shelf all de-aliased; inline blob_id/content_hash at all call sites - tests/test_workdir_integrity.py: blob_id(dest.read_bytes()) → hash_file(dest)
sha256:99b154be8fcf11249d5c8497639be8fac3c69ea32a36f77699e69dcc72031f65
sha
sha256:b27d879fe300b2e0b58f22d814c7487d249ca67ab3a9feda03e660391339bba7
snapshot
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:99b154be8fcf11249d5c8497639be8fac3c69ea32a36f77699e69dcc72031f65 --body "your comment"
No comments yet. Be the first to start the discussion.