зеркало из https://github.com/github/codeql.git
Update shared/util/codeql/util/Option.qll
Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
This commit is contained in:
Родитель
71f5c8aa88
Коммит
ba56565125
|
@ -28,6 +28,9 @@ module Option<TypeWithToString T> {
|
|||
|
||||
/** Gets the wrapped element, if any. */
|
||||
T asSome() { this = TSome(result) }
|
||||
|
||||
/** Holds if this option is the singleton `None`. */
|
||||
predicate isNone() { this = TNone() }
|
||||
}
|
||||
|
||||
/** The singleton `None` element. */
|
||||
|
|
Загрузка…
Ссылка в новой задаче