get_line_stats
Description:
public bool get_line_stats (out size_t total_context, out size_t total_additions, out size_t total_deletions) throws Error
Get the line statistics of the patch.
Parameters:
this |
a Patch. |
total_context |
return value for the number of context lines. |
total_additions |
return value for the number of added lines. |
total_deletions |
return value for the number of deleted lines. |
Returns:
true if successfull, false otherwise. |