Code inspection: Function doesn't return a reference type value on all code paths
This code inspection warns you that a procedure has at least one possible path through its code that does not return a value. It helps you detect the following compiler warnings before you compile:
Last modified: 11 February 2024