(offset uint32)
| 63 | var lengthMode = encodingMode{typ: lengthEncoding} |
| 64 | |
| 65 | func offsetEncode(offset uint32) encodingMode { |
| 66 | return encodingMode{typ: offsetEncoding, offset: offset} |
| 67 | } |
| 68 | |
| 69 | var nullJEntry = jEntry{nullTag, 0} |
| 70 | var trueJEntry = jEntry{trueTag, 0} |
no outgoing calls
no test coverage detected