Refactoring: rename evaluate to execute on actions

This commit is contained in:
Felipe Zimmerle
2019-02-25 21:47:51 -03:00
parent a5a0f261e2
commit 14a60ef46c
168 changed files with 230 additions and 237 deletions

View File

@@ -30,10 +30,9 @@ namespace transformations {
class NormalisePath : public Transformation {
public:
explicit NormalisePath(const std::string &action);
std::string evaluate(const std::string &exp,
std::string execute(const std::string &exp,
Transaction *transaction) override;
static int normalize_path_inplace(unsigned char *input, int input_len,