(offset uint32)
| 46 | var lengthMode = encodingMode{typ: lengthEncoding} |
| 47 | |
| 48 | func offsetEncode(offset uint32) encodingMode { |
| 49 | return encodingMode{typ: offsetEncoding, offset: offset} |
| 50 | } |
| 51 | |
| 52 | var nullJEntry = jEntry{nullTag, 0} |
| 53 | var trueJEntry = jEntry{trueTag, 0} |
no outgoing calls
no test coverage detected
searching dependent graphs…