Skip to content

Replace status code with boolean

Christopher Rob Jones requested to merge ReplaceStatusCodeWithBoolean into master

Updates various methods that returned a StatusCode to indicate a yes/no decision, to use a boolean instead.

Avoids the cost of the StatusCode destructor, which can be significant if the method in question is heavily called.

Merge request reports