summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildstream/element.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/buildstream/element.py b/buildstream/element.py
index 6a6d1a9b8..560712854 100644
--- a/buildstream/element.py
+++ b/buildstream/element.py
@@ -1833,6 +1833,13 @@ class Element(Plugin):
def _get_artifact_size(self):
return self.__artifact_size
+ # _get_artifact_cache()
+ #
+ # Accessor for the artifact cache
+ #
+ # Returns:
+ # (ArtifactCache): The artifact cache
+ #
def _get_artifact_cache(self):
return self.__artifacts