ByteLinkList
| 205 | |
| 206 | // ByteLinkList |
| 207 | type BLL struct { |
| 208 | List[Buffer] |
| 209 | ByteLength int |
| 210 | } |
| 211 | |
| 212 | func (list *BLL) NewReader() *BLLReader { |
| 213 | return &BLLReader{list.Next, 0} |
nothing calls this directly
no outgoing calls
no test coverage detected