mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
Cache the computation of core toString predicates.
This commit is contained in:
@@ -47,6 +47,7 @@ pragma[inline]
|
||||
*/
|
||||
class ElementBase extends @element {
|
||||
/** Gets a textual representation of this element. */
|
||||
cached
|
||||
string toString() { none() }
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user