(b *testing.B)
| 18 | } |
| 19 | |
| 20 | func BenchmarkEscapeIndex1EscapeHTML(b *testing.B) { |
| 21 | benchmarkEscapeIndex(b, "1", true) |
| 22 | } |
| 23 | |
| 24 | func BenchmarkEscapeIndex7(b *testing.B) { |
| 25 | benchmarkEscapeIndex(b, "1234567", false) |
nothing calls this directly
no test coverage detected
searching dependent graphs…