mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
The `FlowVar::toString` predicate is purely a debugging aid, but unfortunately it has to be `cached` because it's in a `cached` class. Before this commit, it caused `Expr::toString` to be evaluated in full.