mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
committed by
GitHub
parent
8b4c3c4462
commit
3e171adaab
@@ -14,8 +14,9 @@ module JsonSchema {
|
||||
abstract DataFlow::Node getInput();
|
||||
|
||||
/**
|
||||
* Gets if the return value indicates successfull or unsuccessful validation.
|
||||
* Is not defined if the return value from this call does not directly
|
||||
* Gets the return value that indicates successful validation, if any.
|
||||
*
|
||||
* Has no result if the return value from this call does not directly
|
||||
* indicate success.
|
||||
*/
|
||||
boolean getPolarity() { result = true }
|
||||
|
||||
Reference in New Issue
Block a user