Code forensics  0.1
Generate historical information about code changes
SubTaskParams Struct Reference

#include <repo_processing.hpp>

Public Attributes

git_oid commit_oid
 Original git commit iD. More...
 
ir::CommitId out_commit
 
Str root
 Root path for the analyzed entry. More...
 
git_tree_entry * entry
 Entry to analyze. More...
 
int index
 Task index in the global sequence. More...
 
int max_count
 Maximum number of task to process. More...
 

Member Data Documentation

◆ commit_oid

git_oid SubTaskParams::commit_oid

Original git commit iD.

◆ entry

git_tree_entry* SubTaskParams::entry

Entry to analyze.

◆ index

int SubTaskParams::index

Task index in the global sequence.

◆ max_count

int SubTaskParams::max_count

Maximum number of task to process.

◆ out_commit

ir::CommitId SubTaskParams::out_commit

ID of the commit to append resulting file to

◆ root

Str SubTaskParams::root

Root path for the analyzed entry.


The documentation for this struct was generated from the following file: