(p)
| 196 | return impacted_file_objs |
| 197 | |
| 198 | def IsDepsFile(p): |
| 199 | return os.path.isfile(p) and os.path.basename(p) == 'DEPS' |
| 200 | |
| 201 | def union(list_of_lists): |
| 202 | """Ensure no duplicates""" |
no outgoing calls
no test coverage detected
searching dependent graphs…