Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Deserialize
Method
Deserialize
libs/kml/header_binary.hpp:64–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
63
template <typename Source>
64
void Deserialize(Source & source)
65
{
66
coding::binary::HeaderDesVisitor<Source> visitor(source);
67
visitor(*this);
68
}
69
70
// Calculates the size of serialized header in bytes.
71
uint64_t Size()
Callers
6
LoadGpxFromString
Function · 0.45
UNIT_TEST
Function · 0.45
UNIT_TEST
Function · 0.45
main
Function · 0.45
ImportKml
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
3
LoadGpxFromString
Function · 0.36
UNIT_TEST
Function · 0.36
UNIT_TEST
Function · 0.36