Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 017369c commit 4257106Copy full SHA for 4257106
1 file changed
cpp/ql/lib/semmle/code/cpp/dataflow/internal/FlowSummaryImpl.qll
@@ -148,9 +148,7 @@ module SourceSinkInterpretationInput implements
148
DataFlowCallable asCallable() { result.(Function) = this.asElement() }
149
150
/** Gets the target of this call, if any. */
151
- Element getCallTarget() {
152
- result = this.asNode().asExpr().(Call).getTarget()
153
- }
+ Element getCallTarget() { result = this.asNode().asExpr().(Call).getTarget() }
154
155
/** Gets a textual representation of this node. */
156
string toString() {
0 commit comments