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