Function: withdrawContribution()
The function allows any contributor to withdraw their contribution.
Branches and code coverage (including function calls)
Intended branches
Negative behavior
Function call analysis
removeAndRefundContributor(msg.sender) -> SENT.safeTransfer(toRemove, result);
External/Internal? External.
Argument control: N/A.
Impact: Transfer SENT token to the caller.