| 56 | } |
| 57 | |
| 58 | void create_recursive_iterator(const fs::path & ph) |
| 59 | { |
| 60 | fs::recursive_directory_iterator it(ph); |
| 61 | } |
| 62 | } |
| 63 | |
| 64 | // ------------------------------------------------------------------------------------// |
nothing calls this directly
no outgoing calls
no test coverage detected