We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2cef3 commit 8472b84Copy full SHA for 8472b84
csharp/ql/src/utils/modeleditor/FetchApplicationModeMethods.ql
@@ -13,8 +13,7 @@ private import AutomodelVsCode
13
class ExternalApi extends CallableMethod {
14
ExternalApi() {
15
this.isUnboundDeclaration() and
16
- this.fromLibrary() and
17
- this.(Modifiable).isEffectivelyPublic()
+ this.fromLibrary()
18
}
19
20
0 commit comments