libaegis/project/invento_walk.h File Reference
#include <libaegis/change/functor.h>
Go to the source code of this file.
Function Documentation
The project_inventory_walk function is used to walk the project's change set inventory, one change at a time.
- Parameters:
-
| pp | Pointer to the project to walk the change set inventory of. |
| cf | Change functor to call for each change. |
| limit | This is the time limit for changes to be included. |
The project_inventory_walk function is used to walk the project's change set inventory, one change at a time. The time limit is calculated from the project itself, if it is completed, otherwise it is "now".
- Parameters:
-