| 1922 | } |
| 1923 | |
| 1924 | type transcriptHash interface { |
| 1925 | Write([]byte) (int, error) |
| 1926 | } |
| 1927 | |
| 1928 | // transcriptMsg is a helper used to hash messages which are not hashed when |
| 1929 | // they are read from, or written to, the wire. This is typically the case for |
no outgoing calls
no test coverage detected
searching dependent graphs…