| 28 | int64_t& area, int64_t& count, Clipper2Lib::ClipType& ct, Clipper2Lib::FillRule& fr); |
| 29 | |
| 30 | static bool LoadTest(std::ifstream& source, |
| 31 | Clipper2Lib::Paths64& subj, Clipper2Lib::Paths64& subj_open, Clipper2Lib::Paths64& clip, |
| 32 | int64_t& area, int64_t& count, Clipper2Lib::ClipType& ct, Clipper2Lib::FillRule& fr) |
| 33 | { |
| 34 | return LoadTestNum(source, 1, subj, subj_open, clip, area, count, ct, fr); |
| 35 | } |
| 36 | |
| 37 | #endif //CLIPPER_TEST_LOAD_H |
nothing calls this directly
no test coverage detected