MCPcopy Create free account
hub / github.com/Project-OSRM/osrm-backend / Block

Method Block

include/storage/block.hpp:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 std::uint64_t offset;
18
19 Block() : num_entries(0), byte_size(0), offset(0) {}
20 Block(std::uint64_t num_entries, std::uint64_t byte_size, std::uint64_t offset)
21 : num_entries(num_entries), byte_size(byte_size), offset(offset)
22 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected