MCPcopy Create free account
hub / github.com/ByConity/ByConity / assertBlocksHaveEqualStructure

Function assertBlocksHaveEqualStructure

src/Core/Block.cpp:637–640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

635
636
637void assertBlocksHaveEqualStructure(const Block & lhs, const Block & rhs, const std::string & context_description)
638{
639 checkBlockStructure<void>(lhs, rhs, context_description, false);
640}
641
642
643bool isCompatibleHeader(const Block & actual, const Block & desired)

Callers 15

appendBlockFunction · 0.85
loadFromSnapshotMethod · 0.85
reloadFromSnapshotMethod · 0.85
syncTablesMethod · 0.85
readMethod · 0.85
UnionBlockInputStreamMethod · 0.85
initMethod · 0.85
writeMethod · 0.85
addDelayedStreamMethod · 0.85
PipeMethod · 0.85
addSourceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected