(data []byte)
| 75 | } |
| 76 | |
| 77 | func readHashFromEntry(data []byte) uint64 { |
| 78 | return binary.LittleEndian.Uint64(data[timestampSizeInBytes:]) |
| 79 | } |
| 80 | |
| 81 | func resetKeyFromEntry(data []byte) { |
| 82 | binary.LittleEndian.PutUint64(data[timestampSizeInBytes:], 0) |
no outgoing calls
searching dependent graphs…