| 370 | } |
| 371 | |
| 372 | int |
| 373 | manage_api_object(LogObject *logObject, int maxConflicts = 99) |
| 374 | { |
| 375 | return _manage_object(logObject, true, maxConflicts); |
| 376 | } |
| 377 | |
| 378 | // return success |
| 379 | bool unmanage_api_object(LogObject *logObject); |
no outgoing calls
no test coverage detected