mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
Add missing doc
This commit is contained in:
@@ -87,6 +87,7 @@ private class VisibilityModifier extends MethodCall {
|
||||
this.getNumberOfArguments() = 0
|
||||
}
|
||||
|
||||
/** Gets the visibility set by this modifier. */
|
||||
string getVisibility() {
|
||||
this.getMethodName() = ["public", "public_class_method"] and result = "public"
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user