()
| 93 | } |
| 94 | |
| 95 | func (il *itemList) isEmpty() bool { |
| 96 | return il.head == nil |
| 97 | } |
| 98 | |
| 99 | // The following defines various control items which could flow through |
| 100 | // the control buffer of transport. They represent different aspects of |
no outgoing calls
no test coverage detected