refactor: decompose musehub_wire.py into shared/push/fetch modules, remove mpack.index dead code
sha256:bbe09c027ffec9050e82185e6e7485ac5ab75db348297a440aef3c8ed2226637
sha
+248
~1
−113
symbols
sha256:634de6a0492f105f3ded8f182d5479cbe9e9b2955dc2156ab963b0c30ad2203f
snapshot
+248
symbols added
~1
symbol modified
−113
symbols removed
0
dead code introduced
Semantic Changes
362 symbols
+
FetchCommitNotFound
class
class FetchCommitNotFound L804–805 ← moved from musehub/services/musehub_wire.py
+
_COMMIT_BATCH
variable
variable _COMMIT_BATCH L57–57 ← moved from musehub/services/musehub_wire.py
+
_ObjFetchMap
variable
variable _ObjFetchMap L232–232 ← moved from musehub/services/musehub_wire.py
+
_BLOB_PUT_SEM
variable
variable _BLOB_PUT_SEM L11–11 ← moved from musehub/services/musehub_wire.py
+
MusehubBackgroundJob
import
import MusehubBackgroundJob L25–25 ← moved from musehub/services/musehub_wire.py
+
MusehubCollaborator
import
import MusehubCollaborator L24–24 ← moved from musehub/services/musehub_wire.py
+
MusehubPushAnomaly
import
import MusehubPushAnomaly L23–23 ← moved from musehub/services/musehub_wire.py
+
MusehubSnapshotRef
import
import MusehubSnapshotRef L26–26 ← moved from musehub/services/musehub_wire.py
+
_muse_commit_identity_bytes
import
import _muse_commit_identity_bytes L48–48 ← moved from musehub/services/musehub_wire.py
+
compute_branch_id
import
import compute_branch_id L51–51 ← moved from musehub/services/musehub_wire.py
+
enqueue_push_intel
import
import enqueue_push_intel L57–57 ← moved from musehub/services/musehub_wire.py
+
read_object_bytes
import
import read_object_bytes L56–56 ← moved from musehub/services/musehub_wire.py
+
verify_commit_ed25519
import
import verify_commit_ed25519 L49–49 ← moved from musehub/services/musehub_wire.py
−
FetchCommitNotFound
class
class FetchCommitNotFound L2866–2867 → moved to musehub/services/musehub_wire_fetch.py
−
FetchNotReady
class
class FetchNotReady L2870–2871 → moved to musehub/services/musehub_wire_fetch.py
−
_BLOB_PUT_SEM
variable
variable _BLOB_PUT_SEM L37–37 → moved to musehub/services/musehub_wire_shared.py
−
_COMMIT_BATCH
variable
variable _COMMIT_BATCH L677–677 → moved to musehub/services/musehub_wire_push.py
−
_ObjFetchMap
variable
variable _ObjFetchMap L673–673 → moved to musehub/services/musehub_wire_push.py
−
_ObjectMap
variable
variable _ObjectMap L142–142 → moved to musehub/services/musehub_wire_shared.py
−
AsyncIterator
import
import AsyncIterator L89–89 → moved to musehub/services/musehub_wire_shared.py
−
MusehubBackgroundJob
import
import MusehubBackgroundJob L56–56 → moved to musehub/services/musehub_wire_shared.py
−
MusehubCollaborator
import
import MusehubCollaborator L55–55 → moved to musehub/services/musehub_wire_shared.py
−
MusehubPushAnomaly
import
import MusehubPushAnomaly L54–54 → moved to musehub/services/musehub_wire_shared.py
−
MusehubSnapshotRef
import
import MusehubSnapshotRef L57–57 → moved to musehub/services/musehub_wire_shared.py
−
_muse_commit_identity_bytes
import
import _muse_commit_identity_bytes L79–79 → moved to musehub/services/musehub_wire_shared.py
−
compute_branch_id
import
import compute_branch_id L82–82 → moved to musehub/services/musehub_wire_shared.py
−
compute_delta
import
import compute_delta L81–81 → moved to musehub/services/musehub_wire_shared.py
−
enqueue_push_intel
import
import enqueue_push_intel L88–88 → moved to musehub/services/musehub_wire_shared.py
−
read_object_bytes
import
import read_object_bytes L87–87 → moved to musehub/services/musehub_wire_shared.py
−
verify_commit_ed25519
import
import verify_commit_ed25519 L80–80 → moved to musehub/services/musehub_wire_shared.py
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:bbe09c027ffec9050e82185e6e7485ac5ab75db348297a440aef3c8ed2226637 --body "your comment"
No comments yet. Be the first to start the discussion.