cli icon indicating copy to clipboard operation
cli copied to clipboard

Always return a result from database command methods

Open brkn opened this issue 3 months ago • 2 comments

Description

  • Return SystemCall::Result objects from guard checks at database util class methods instead of primitive true values. This removes the need for checking the object of the returned.

  • Replace Failure Struct with a class to remove warnings at test outputs. Failure constant redefined

brkn avatar Oct 31 '25 11:10 brkn