(String str)
| 96 | } |
| 97 | |
| 98 | public static int abilityHash(String str) { |
| 99 | int v7 = 0; |
| 100 | int v8 = 0; |
| 101 | while (v8 < str.length()) { |
| 102 | v7 = str.charAt(v8++) + 131 * v7; |
| 103 | } |
| 104 | return v7; |
| 105 | } |
| 106 | |
| 107 | /** |
| 108 | * Creates a string with the path to a file. |
no outgoing calls
no test coverage detected