Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
node: use `outbound.get` over `outbound.get_mut`
Merged fintohaps opened 4 months ago

The following block did not need mutable access to the outbound value.

To avoid confusion around mutable access, the call was downgraded to get so that the reader can safely know there is no mutation happening.

fintohaps opened with revision 44347901 on base 352c29c2 +1 -1 4 months ago

The following block did not need mutable access to the outbound value.

To avoid confusion around mutable access, the call was downgraded to get so that the reader can safely know there is no mutation happening.

lorenz pushed revision 2 8f04260a on base b8a6e1a5 +1 -1 3 months ago

Rebase

lorenz merged revision 8f04260a at a46f8eb1 3 months ago