(b []byte)
| 115 | } |
| 116 | |
| 117 | func bto32(b []byte) uint32 { |
| 118 | return *(*uint32)(unsafe.Pointer(&b[0])) |
| 119 | } |
| 120 | |
| 121 | func bto16(b []byte) uint16 { |
| 122 | return *(*uint16)(unsafe.Pointer(&b[0])) |
no outgoing calls
no test coverage detected
searching dependent graphs…