()
| 721 | } |
| 722 | } |
| 723 | func makeMixedRedactableString() mixedRedactableString { |
| 724 | r := RedactableString("safe‹unsafe›") |
| 725 | return mixedRedactableString{ |
| 726 | r: r, |
| 727 | rp: &r, |
| 728 | R: r, |
| 729 | Rp: &r, |
| 730 | } |
| 731 | } |
| 732 | |
| 733 | func makeMixedRedactableBytes() mixedRedactableBytes { |
| 734 | r := RedactableBytes("safe‹unsafe›") |
no test coverage detected
searching dependent graphs…