1// This file is used for the ongoing refactoring of
2// bringing the index or repository struct in all of
3// our code base.
45
@@
6expression E;
7expression F;
8expression G;
9@@
10- read_object_file(
11+ repo_read_object_file(the_repository,
12E, F, G)