mirror of
https://github.com/github/codeql.git
synced 2025-12-27 22:26:31 +01:00
5 lines
120 B
Plaintext
5 lines
120 B
Plaintext
import semmle.javascript.frameworks.xUnit
|
|
|
|
from XUnitAttribute attr
|
|
select attr, attr.getName(), attr.getNumParameter()
|