CodeQL library for Go
codeql/go-all 2.1.3 (changelog, source)
Search

Member predicate Public::Node::hasComplexValue

Holds if the complex value this data-flow node contains has real part real and imaginary part imag.

predicate hasComplexValue(float real, float imag)