MCPcopy Create free account
hub / github.com/AngusJohnson/Clipper2 / LoadTest

Function LoadTest

CPP/Utils/ClipFileLoad.h:30–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 int64_t& area, int64_t& count, Clipper2Lib::ClipType& ct, Clipper2Lib::FillRule& fr);
29
30static 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

Callers

nothing calls this directly

Calls 1

LoadTestNumFunction · 0.85

Tested by

no test coverage detected