triggerDelete tries to delete self from channelz database. However, if child list is not empty, then deletion from the database is on hold until the last child is deleted from database.
()
| 35 | // child list is not empty, then deletion from the database is on hold until |
| 36 | // the last child is deleted from database. |
| 37 | triggerDelete() |
| 38 | // deleteSelfIfReady check whether triggerDelete() has been called before, |
| 39 | // and whether child list is now empty. If both conditions are met, then |
| 40 | // delete self from database. |
no outgoing calls
no test coverage detected