mirror of
https://github.com/github/codeql.git
synced 2026-04-19 05:54:00 +02:00
python/javascript/ruby: mark internal predicates
This commit is contained in:
@@ -649,7 +649,14 @@ module ExternalBarrierGuard {
|
||||
)
|
||||
}
|
||||
|
||||
/** Gets a node that is an external barrier of the given kind. */
|
||||
/**
|
||||
* Gets a node that is an external barrier of the given kind.
|
||||
*
|
||||
* This only provides external barrier nodes defined as guards. To get all externally defined barrer nodes,
|
||||
* use `ModelOutput::barrierNode(node, kind)`.
|
||||
*
|
||||
* INTERNAL: Do not use.
|
||||
*/
|
||||
ExprNode getAnExternalBarrierNode(string kind) {
|
||||
result = ParameterizedBarrierGuard<string, guardCheck/4>::getABarrierNode(kind)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user