| 1327 | } |
| 1328 | #else |
| 1329 | struct stat fileStat; |
| 1330 | if (stat(file.c_str(), &fileStat) == 0) { |
| 1331 | id = FileId(fileStat.st_dev, fileStat.st_ino, fileStat.st_size); |
| 1332 | return true; |
no outgoing calls
no test coverage detected
searching dependent graphs…