Since all branches now return true (fail-closed), eliminate the boolean return value and the dead-code if guards. The function now clearly indicates that object lock checks always execute, with no opt-out path.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>