Verifies: SYS-REQ-001 MCDC SYS-REQ-001: N/A
(b *testing.B)
| 56 | // Verifies: SYS-REQ-001 |
| 57 | // MCDC SYS-REQ-001: N/A |
| 58 | func BenchmarkEqualStr(b *testing.B) { |
| 59 | for i := 0; i < b.N; i++ { |
| 60 | equalStr(&benchmarkBytes, benchmarkString) |
| 61 | } |
| 62 | } |
| 63 | |
| 64 | // Alternative implementation without using unsafe |
| 65 | // Verifies: SYS-REQ-001 |
nothing calls this directly
no test coverage detected
searching dependent graphs…