Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
CodeQL library for C/C++
codeql/cpp-all 4.3.1 (changelog, source)

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)