Skip to content

Commit 5de56db

Browse files
author
Stephan Brandauer
committed
Java: QlDoc for isKnownKind
1 parent 03051dd commit 5de56db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

java/ql/src/Telemetry/AutomodelSharedUtil.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ class DollarAtString extends string {
2222
}
2323
}
2424

25+
/**
26+
* Holds for all combinations of MaD kinds (`kind`) and their human readable
27+
* descriptions.
28+
*/
2529
predicate isKnownKind(
2630
string kind, string humanReadableKind, AutomodelEndpointTypes::EndpointType type
2731
) {

0 commit comments

Comments
 (0)