Does executing a function "with" storage data use orignial or editied storage data?
So I'm using some macros that make use of data I have in storage. I call a function "with" said data.
If I modify the data within the funciton before I then use it will the modified data be used or does it store and use the orignal data that it was told to run "with"?
Let me know if that's not clear
Continue to help post