| 364 | // manager or moved to the list of inactive objects to be destroyed |
| 365 | |
| 366 | int |
| 367 | manage_object(LogObject *logObject, int maxConflicts = 99) |
| 368 | { |
| 369 | return _manage_object(logObject, false, maxConflicts); |
| 370 | } |
| 371 | |
| 372 | int |
| 373 | manage_api_object(LogObject *logObject, int maxConflicts = 99) |
no outgoing calls
no test coverage detected