| 58 | void setSingleInput(const path& p) { input.clear(); input.push_back(p); trim5p.clear(); trim5p.push_back(0); } |
| 59 | void setMultipleInputs(const vector<path>& inputs); |
| 60 | path getSingleInput() { return input[0]; } |
| 61 | string pathString(); |
| 62 | string fileName(); |
| 63 | void set5pTrim(const vector<uint16_t>& trim_list); |
no outgoing calls
no test coverage detected