(b []byte)
| 243 | } |
| 244 | |
| 245 | func (s *allocBytesSink) SetBytes(b []byte) error { |
| 246 | return s.setBytesOwned(cloneBytes(b)) |
| 247 | } |
| 248 | |
| 249 | func (s *allocBytesSink) setBytesOwned(b []byte) error { |
| 250 | if s.dst == nil { |
nothing calls this directly
no test coverage detected