Closed iainnash closed 1 week ago
cc @grandizzy, guessing these can also be view?
yep, they can be changed. additionally we may want to review all fns in vm and update sigs where needed.
I imagine most filesystem getXXX
would be views and not external mutable calls in a few cases.
I have a PR updating this here: https://github.com/foundry-rs/foundry/pull/9289
https://github.com/foundry-rs/forge-std/blob/1eea5bae12ae557d589f9f0f0edae2faa47cb262/src/Vm.sol#L690
If
readFile
is a view, why areisFile
andisDir
not views?