summaryrefslogtreecommitdiff
path: root/python/scripts
diff options
context:
space:
mode:
author Paul Duffin <paulduffin@google.com> 2022-05-13 13:01:59 +0000
committer Paul Duffin <paulduffin@google.com> 2022-05-13 16:06:36 +0000
commit520917af9d71b11bcc2179f1dfdb6c701dffe044 (patch)
tree70aa854d38e5a9412d383713ffd3af0bdafa13cc /python/scripts
parent1c87db50cab141eb585f09d4a6dd01a9646fcf7e (diff)
Pass pointer to dependencyTag instead of copying struct
A follow up change will add some more fields to the tag which will make passing the struct around by value will get more expensive. Switching to pointers will make this slightly more efficient. Changing the type of the tags from dependencyTag to *dependencyTag broke a test. Rather than simply patch the test and then maybe have to patch it again in the next change this adds a a String() method that will insulate the test from being affected by changes in the dependencyTag contents. Bug: 232401814 Test: m nothing Change-Id: I23da742ebffb74ef3b9b68f772519ceb38332f5f
Diffstat (limited to 'python/scripts')
0 files changed, 0 insertions, 0 deletions