Skip to content

Commit 47d00d1

Browse files
committed
Update multiple models section for feedback
1 parent 9e74f64 commit 47d00d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/codeql/codeql-for-visual-studio-code/using-the-codeql-model-editor.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@ The models are stored in a series of YAML data extension files, one for each pub
129129
130130
The editor will create a separate model file for each package that you model.
131131

132-
Modeling methods that can be called in different ways
133-
-----------------------------------------------------
132+
Modeling methods with multiple potential flows
133+
----------------------------------------------
134134

135-
Some methods behave differently according to how they are called. In this case, once you have created one model for the method, you can add a second model using the **+** button in the method row.
135+
Some methods support more than one data flow. It is important to model all the data flows for a method, otherwise you cannot detect all the potential problems associated with using the method. First you model one data flow for the method, and then use the **+** button in the method row to specify a second data flow model.
136136

137137
.. image:: ../images/codeql-for-visual-studio-code/model-dependency-mode-plus.png
138138
:width: 800

0 commit comments

Comments
 (0)