Called during pop() to adjust the length of the field. It should return the difference in bytes between the last computed length and current length.
(currOffset int)
| 73 | // Called during pop() to adjust the length of the field. |
| 74 | // It should return the difference in bytes between the last computed length and current length. |
| 75 | adjustLength(currOffset int) int |
| 76 | } |
no outgoing calls
no test coverage detected