(s []panicwebSignatureType, t panicwebSignatureType)
| 2260 | ) |
| 2261 | |
| 2262 | func pstCount(s []panicwebSignatureType, t panicwebSignatureType) int { |
| 2263 | i := 0 |
| 2264 | for _, v := range s { |
| 2265 | if v == t { |
| 2266 | i++ |
| 2267 | } |
| 2268 | } |
| 2269 | return i |
| 2270 | } |
| 2271 | |
| 2272 | // identifyPanicwebSignature tries to assign one of the predefined signature to |
| 2273 | // the bucket provided. |
no outgoing calls
no test coverage detected
searching dependent graphs…