(b *testing.B)
| 26 | } |
| 27 | |
| 28 | func BenchmarkEscapeIndex7EscapeHTML(b *testing.B) { |
| 29 | benchmarkEscapeIndex(b, "1234567", true) |
| 30 | } |
| 31 | |
| 32 | func benchmarkEscapeIndex(b *testing.B, s string, escapeHTML bool) { |
| 33 | b.ResetTimer() |
nothing calls this directly
no test coverage detected
searching dependent graphs…