mirror of
https://github.com/github/codeql.git
synced 2025-12-23 20:26:32 +01:00
renamed "hasPrivateKeyword" to "has_private_keyword"
This commit is contained in:
@@ -521,7 +521,7 @@ is_const_enum (int id: @enumdeclaration ref);
|
||||
is_abstract_class (int id: @classdeclstmt ref);
|
||||
|
||||
has_public_keyword (int id: @property ref);
|
||||
hasPrivateKeyword (int id: @property ref);
|
||||
has_private_keyword (int id: @property ref);
|
||||
hasProtectedKeyword (int id: @property ref);
|
||||
hasReadonlyKeyword (int id: @property ref);
|
||||
hasTypeKeyword (int id: @import_or_export_declaration ref);
|
||||
|
||||
Reference in New Issue
Block a user