MCPcopy Create free account
hub / github.com/comaps/comaps / ShouldLog

Function ShouldLog

tools/poly_borders/borders_data.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89bool ShouldLog(size_t i, size_t n)
90{
91 return (i % 100 == 0) || (i + 1 == n);
92}
93
94void Append(size_t from, size_t to, bool reversed, std::vector<MarkedPoint> const & copyFrom,
95 std::vector<MarkedPoint> & copyTo)

Callers 3

DumpPolyFilesMethod · 0.85
DoReplaceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected