CodeQL library for Go
codeql/go-all 0.7.15-dev (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)