mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
Merge branch 'main' into post-release-prep/codeql-cli-2.25.0
This commit is contained in:
@@ -56,6 +56,9 @@ module Option<TypeWithToString T> {
|
||||
|
||||
/** Gets the given element wrapped as an `Option`. */
|
||||
Some some(T c) { result = TSome(c) }
|
||||
|
||||
/** Gets the `None` value. */
|
||||
None none_() { any() }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user