CodeQL library for Python
codeql/python-all 3.0.1-dev (changelog, source)
Search

Predicate signature Make::TestSig::valueMatches

Holds if expected value expectedValue matches actual value actualValue.

This is normally defined as expectedValue = actualValue.

signature predicate valueMatches(string expectedValue, string actualValue)