| 71 | } |
| 72 | |
| 73 | type stringSink struct { |
| 74 | sp *string |
| 75 | v ByteView |
| 76 | // TODO(bradfitz): track whether any Sets were called. |
| 77 | } |
| 78 | |
| 79 | func (s *stringSink) view() (ByteView, error) { |
| 80 | // TODO(bradfitz): return an error if no Set was called |
nothing calls this directly
no outgoing calls
no test coverage detected