We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 258d23a commit e34a137Copy full SHA for e34a137
go/ql/lib/semmle/go/dataflow/SsaImpl.qll
@@ -76,8 +76,7 @@ private module Internal {
76
any(IR::Instruction def | def.writes(v, _)).getRoot() != v.getDeclaringFunction()
77
}
78
79
- cached
80
- module SsaInput implements SsaImplCommon::InputSig<Location, BasicBlock> {
+ private module SsaInput implements SsaImplCommon::InputSig<Location, BasicBlock> {
81
class SourceVariable = SsaSourceVariable;
82
83
/**
0 commit comments