mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Add QLDoc for the getKind predicate.
This commit is contained in:
@@ -1333,6 +1333,9 @@ module Private {
|
||||
/** Gets the string representation of this callable used by `neutral/1`. */
|
||||
abstract string getCallableCsv();
|
||||
|
||||
/**
|
||||
* Gets the kind of the neutral.
|
||||
*/
|
||||
string getKind() { result = super.getKind() }
|
||||
|
||||
string toString() { result = super.toString() }
|
||||
|
||||
Reference in New Issue
Block a user