Returns injection data for technique specified
(technique=None)
| 3466 | return retVal |
| 3467 | |
| 3468 | def getTechniqueData(technique=None): |
| 3469 | """ |
| 3470 | Returns injection data for technique specified |
| 3471 | """ |
| 3472 | |
| 3473 | return kb.injection.data.get(technique if technique is not None else getTechnique()) |
| 3474 | |
| 3475 | def isTechniqueAvailable(technique): |
| 3476 | """ |
no test coverage detected
searching dependent graphs…