Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ WritePolygonsInfo
Method
WritePolygonsInfo
generator/borders.cpp:90–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
void WritePolygonsInfo()
91
{
92
auto w = m_writer.GetWriter(PACKED_POLYGONS_INFO_TAG);
93
rw::Write(*w, m_polys);
94
}
95
96
private:
97
FilesContainerW m_writer;
Callers
1
GeneratePackedBorders
Function · 0.80
Calls
2
GetWriter
Method · 0.80
Write
Function · 0.50
Tested by
no test coverage detected