Skip to content

Commit cb1c682

Browse files
committed
Shared: QLDoc for ContentApprox and getContentApprox.
1 parent c663809 commit cb1c682

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

shared/dataflow/codeql/dataflow/DataFlow.qll

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,13 +178,18 @@ signature module InputSig {
178178
}
179179

180180
/**
181-
* A content approximation.
181+
* A content approximation. A content approximation corresponds with one or
182+
* more `Content`s, and is used to provide an in-between level of precision
183+
* for pruning.
182184
*/
183185
class ContentApprox {
184186
/** Gets a textual representation of this element. */
185187
string toString();
186188
}
187189

190+
/**
191+
* Gets the content approximation for content `c`.
192+
*/
188193
ContentApprox getContentApprox(Content c);
189194

190195
class ParameterPosition {

0 commit comments

Comments
 (0)