cache Module::getAnExportedValue

This commit is contained in:
Erik Krogh Kristensen
2021-02-24 18:01:16 +01:00
parent fd9d738d53
commit 8443b8e421

View File

@@ -107,6 +107,7 @@ abstract class Module extends TopLevel {
* Symbols defined in another module that are re-exported by
* this module are only sometimes considered.
*/
cached
abstract DataFlow::Node getAnExportedValue(string name);
/**