We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5daec9 commit 07011f7Copy full SHA for 07011f7
rust/ql/src/queries/summary/Stats.qll
@@ -69,7 +69,6 @@ int getTaintEdgesCount() {
69
}
70
71
/**
72
-<<<<<<< HEAD
73
* Gets a kind of query for which `n` is a sink (if any).
74
*/
75
string getAQuerySinkKind(DataFlow::Node n) {
@@ -81,8 +80,6 @@ string getAQuerySinkKind(DataFlow::Node n) {
81
80
82
83
84
-=======
85
->>>>>>> main
86
* Gets a count of the total number of query sinks in the database.
87
88
int getQuerySinksCount() { result = count(QuerySink s) }
0 commit comments