We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea4437 commit 8acc09bCopy full SHA for 8acc09b
swift/ql/test/library-tests/dataflow/flowsources/FlowSources.ql
@@ -3,9 +3,9 @@ import codeql.swift.dataflow.FlowSources
3
import codeql.swift.dataflow.ExternalFlow
4
5
/**
6
- * Custom flow sources for this test. These cases ensure that MaD source
7
- * definitions are able to successfully match a range of class fields and
8
- * member functions.
+ * A models-as-data class expressing custom flow sources for this test. These
+ * cases ensure that MaD source definitions are able to successfully match a
+ * range of class fields and member functions.
9
*/
10
class CustomTestSourcesCsv extends SourceModelCsv {
11
override predicate row(string row) {
0 commit comments