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
How does the methods block of a function that uses a struct, mapping, or array as parameters look?
How are location annotation like calldata and memory handle in the methods block of a function?
Example:
When an internal function is harness to exposed the function for certora interaction, do you still consider it as internal by using the calldata or memory annotation even though you are not using the harness function in the method block, which is external?
Example:
When an internal function is harness to exposed the function for certora interaction, do you still consider it as internal by using the calldata or memory annotation even though you are not using the harness function in the method block, which is external?