| 509 | } |
| 510 | |
| 511 | static bool is_git_file_mode (const std::string& mode) |
| 512 | { |
| 513 | return (std::strtoul(mode.c_str(), nullptr, 8) & 0170000) == 0100000; |
| 514 | } |
| 515 | |
| 516 | static void get_encrypted_files (std::vector<std::string>& files, const char* key_name) |
| 517 | { |
no outgoing calls
no test coverage detected