(b *testing.B)
| 14 | } |
| 15 | |
| 16 | func BenchmarkEscapeIndex1(b *testing.B) { |
| 17 | benchmarkEscapeIndex(b, "1", false) |
| 18 | } |
| 19 | |
| 20 | func BenchmarkEscapeIndex1EscapeHTML(b *testing.B) { |
| 21 | benchmarkEscapeIndex(b, "1", true) |
nothing calls this directly
no test coverage detected
searching dependent graphs…