(b *testing.B)
| 22 | } |
| 23 | |
| 24 | func BenchmarkEscapeIndex7(b *testing.B) { |
| 25 | benchmarkEscapeIndex(b, "1234567", false) |
| 26 | } |
| 27 | |
| 28 | func BenchmarkEscapeIndex7EscapeHTML(b *testing.B) { |
| 29 | benchmarkEscapeIndex(b, "1234567", true) |
nothing calls this directly
no test coverage detected
searching dependent graphs…