File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
rust/ql/lib/codeql/rust/dataflow/internal Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -82,12 +82,12 @@ class FlowSummaryNode extends Node, TFlowSummaryNode {
8282 result = this .getSummaryNode ( ) .getSinkElement ( )
8383 }
8484
85- /** Holds is this node is a source node of kind `kind`. */
85+ /** Holds if this node is a source node of kind `kind`. */
8686 predicate isSource ( string kind , string model ) {
8787 this .getSummaryNode ( ) .( FlowSummaryImpl:: Private:: SourceOutputNode ) .isEntry ( kind , model )
8888 }
8989
90- /** Holds is this node is a sink node of kind `kind`. */
90+ /** Holds if this node is a sink node of kind `kind`. */
9191 predicate isSink ( string kind , string model ) {
9292 this .getSummaryNode ( ) .( FlowSummaryImpl:: Private:: SinkInputNode ) .isExit ( kind , model )
9393 }
You can’t perform that action at this time.
0 commit comments