| 50 | } |
| 51 | |
| 52 | void create_recursive_iterator(const fs::path& ph) |
| 53 | { |
| 54 | fs::recursive_directory_iterator it(ph); |
| 55 | } |
| 56 | } // namespace |
| 57 | |
| 58 | // ------------------------------------------------------------------------------------// |
nothing calls this directly
no outgoing calls
no test coverage detected