Is there a way to disable gambit from mutating the constructor? #25
Unanswered
transmissions11
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using the
--functions
flag like sogambit mutate --filename src/ERC20.sol --functions transfer
, I'd expect mutations to only occur in thetransfer
function. However when trying this, most of the generated mutations are actually in the constructor.Is there a way to disable this and just have it mutate
transfer
?Beta Was this translation helpful? Give feedback.
All reactions