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 d6f1dfa commit 2576a09Copy full SHA for 2576a09
go/ql/lib/semmle/go/frameworks/Twirp.qll
@@ -56,7 +56,6 @@ module Twirp {
56
ServiceInterface() {
57
exists(TypeEntity te |
58
te.getType() = serviceInterface and
59
- this instanceof InterfaceType and
60
serviceInterface.getUnderlyingType() = this and
61
te.getDeclaration().getLocation().getFile() instanceof ServicesGeneratedFile
62
)
0 commit comments