(format string, a ...any)
| 105 | } |
| 106 | |
| 107 | func printf(format string, a ...any) { |
| 108 | if debug || debugDecoder || debugEncoder { |
| 109 | log.Printf(format, a...) |
| 110 | } |
| 111 | } |
| 112 | |
| 113 | func load3232(b []byte, i int32) uint32 { |
| 114 | return le.Load32(b, i) |
no outgoing calls
no test coverage detected
searching dependent graphs…