diff between current and next item offset should only be called for non last item in array
| 123 | // diff between current and next item offset |
| 124 | // should only be called for non last item in array |
| 125 | int token_source_span(bdecode_token const& t) |
| 126 | { |
| 127 | return (&t)[1].offset - t.offset; |
| 128 | } |
| 129 | |
| 130 | } // anonymous namespace |
| 131 |
no outgoing calls
no test coverage detected