You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have four inline functions for calls from / calls to / msg from / msg to. We could clean this up a little bit, and/or call four helper functions to get the relevant data.
We could also create one struct that has Loc / Number and share it across all four, and/or put Err on the same struct.
The text was updated successfully, but these errors were encountered:
We have four inline functions for calls from / calls to / msg from / msg to. We could clean this up a little bit, and/or call four helper functions to get the relevant data.
We could also create one struct that has Loc / Number and share it across all four, and/or put Err on the same struct.
The text was updated successfully, but these errors were encountered: