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
This should also check for conditional logic as well
if false {
wrappedMethod()
}
If this was the only wrappedMethod in the function then there should be a similar yellow warning line that under some conditions the method may not fully wrap.