Go to the source code of this file.
Function Documentation
The view_path_next_change function is used to find the next change to consult while looking in the view path.
- Parameters:
-
| cp | The change currently visited. |
| time_limit | the time limit to use when looking at the view path. Changes integrated after the time_limit are not considered. Use the value TIME_NOT_SET to ignore the time limit. |
- Note:
- This function may returns a newly allocated change or a copy of a previously allocated one, so you should remember to change_free its result.