ReloadingOwnerList maps test names to owners, reloading the mapping when the underlying file is changed.
| 160 | // ReloadingOwnerList maps test names to owners, reloading the mapping when the |
| 161 | // underlying file is changed. |
| 162 | type ReloadingOwnerList struct { |
| 163 | path string |
| 164 | mtime time.Time |
| 165 | ownerList *OwnerList |
| 166 | } |
| 167 | |
| 168 | // NewReloadingOwnerList creates a ReloadingOwnerList given a path to a CSV |
| 169 | // file containing owner mapping information. |
nothing calls this directly
no outgoing calls
no test coverage detected