MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / get_swapped

Method get_swapped

tools/comdb2ar/db_wrap.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113bool DB_Wrap::get_swapped() const
114{
115 return m_swapped;
116}
117
118void verify_checksum(uint8_t *page, size_t pagesize, bool crypto, bool swapped,
119 bool *verify_bool, uint32_t *verify_cksum)

Callers 5

assert_cksum_lsnFunction · 0.45
serialise_incr_fileFunction · 0.45
serialise_fileFunction · 0.45
serialise_databaseFunction · 0.45
write_incremental_fileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected