Files
codeql-intro-csharp/FindFunction.ql
2024-12-03 11:39:21 -08:00

13 lines
216 B
Plaintext

/**
* @name Find Function
* @description List certain functions in a DB
* @kind problem
* @id csharp/intro/FindFunction
* @problem.severity warning
*/
import csharp
from Method me
select me, "Method found"