Skip to content

Commit 8704cce

Browse files
committed
Ruby: mention TNoContentSet is only used by type-tracking
1 parent fea47c8 commit 8704cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowPrivate.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ private module Cached {
385385
FlowSummaryImplSpecific::ParsePositions::isParsedElementLowerBoundPosition(_, includeUnknown,
386386
lower)
387387
} or
388-
TNoContentSet()
388+
TNoContentSet() // Only used by type-tracking
389389

390390
cached
391391
class TContentSet =

0 commit comments

Comments
 (0)