(b []byte)
| 292 | } |
| 293 | |
| 294 | func (s *truncBytesSink) SetBytes(b []byte) error { |
| 295 | return s.setBytesOwned(cloneBytes(b)) |
| 296 | } |
| 297 | |
| 298 | func (s *truncBytesSink) setBytesOwned(b []byte) error { |
| 299 | if s.dst == nil { |
nothing calls this directly
no test coverage detected