mirror of
https://github.com/github/codeql.git
synced 2026-04-23 15:55:18 +02:00
Java: QlDoc for isKnownKind
This commit is contained in:
@@ -22,6 +22,10 @@ class DollarAtString extends string {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Holds for all combinations of MaD kinds (`kind`) and their human readable
|
||||
* descriptions.
|
||||
*/
|
||||
predicate isKnownKind(
|
||||
string kind, string humanReadableKind, AutomodelEndpointTypes::EndpointType type
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user