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

Method Size

libs/kml/header_binary.hpp:71–76  ·  view source on GitHub ↗

Calculates the size of serialized header in bytes.

Source from the content-addressed store, hash-verified

69
70 // Calculates the size of serialized header in bytes.
71 uint64_t Size()
72 {
73 coding::binary::HeaderSizeOfVisitor visitor;
74 visitor(*this);
75 return visitor.m_size;
76 }
77
78 bool HasCompilationsSection() const { return m_version == Version::V8 || m_version == Version::V9; }
79

Callers 3

SerializeMethod · 0.45
DeserializeMethod · 0.45
SerializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected