(size int)
| 252 | } |
| 253 | |
| 254 | func createTestS(size int) string { |
| 255 | return string(createTestZ(size)) |
| 256 | } |
| 257 | |
| 258 | var sample = []byte(`0123456789qwertyuiopasdfghjklzxcvbnmQWERTYUIOPASDFGHJKLZXCVBNM`) |
| 259 |
no test coverage detected
searching dependent graphs…