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

Member predicate BuiltinFunction::isPure

Holds if this function is pure, that is, it has no observable side effects and no non-determinism.

predicate isPure()