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
arg_types makes FFI calls that are only valid if this type is a function type. We should check whether or not this type is a function type, and if it is not, then return None. If it is, we should proceed with the FFI calls and return Some.
This will make it so that every caller doesn't have to remember to do the check, which removes a foot gun if they forget.
I can mentor whoever would like to work on this bug.