(byte[] response, String basePrint)
| 100 | } |
| 101 | |
| 102 | public static boolean hit(byte[] response, String basePrint) { |
| 103 | return tagmap(safeBytesToString(response)).equals(basePrint); |
| 104 | } |
| 105 | |
| 106 | public static String randstr(int length) { |
| 107 | String chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"; |
nothing calls this directly
no test coverage detected