| 442 | struct cache_entry *ce, struct stat *st) |
| 443 | { |
| 444 | struct repo_config_values *cfg = repo_config_values(the_repository); |
| 445 | int trust_ino = cfg->check_stat; |
| 446 | |
| 447 | #if defined(GIT_WINDOWS_NATIVE) || defined(__CYGWIN__) |
no outgoing calls
no test coverage detected