mirror of
https://github.com/github/codeql.git
synced 2026-02-19 00:13:44 +01:00
Ruby: add missing qldoc
This commit is contained in:
@@ -17,6 +17,9 @@ class TypeTrackingNode = DataFlowPublic::LocalSourceNode;
|
||||
|
||||
class TypeTrackerContent = DataFlowPublic::ContentSet;
|
||||
|
||||
/**
|
||||
* An optional content set, that is, a `ContentSet` or the special "no content set" value.
|
||||
*/
|
||||
class OptionalTypeTrackerContent extends DataFlowPrivate::TOptionalContentSet {
|
||||
/** Gets a textual representation of this content set. */
|
||||
string toString() {
|
||||
|
||||
Reference in New Issue
Block a user