OCLOperators existing
No edit summary
No edit summary
Line 1: Line 1:
[[Category:Pages to work on]]
[[Category:Pages to work on]]
The existing operator returns true is the object hasn't been deleted.
The existing operator returns true if the object hasn't been deleted.


Primarily used to avoid touching objects that are pending deletion.
Primarily used to avoid touching objects that are pending deletion.

Revision as of 06:30, 30 March 2023

This page was created by Peter on 2019-11-18. Last edited by Edgar on 2025-01-20.

The existing operator returns true if the object hasn't been deleted.

Primarily used to avoid touching objects that are pending deletion.