MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / getBlockIdx

Method getBlockIdx

src/processor/operator/persistent/reader/copy_from_error.cpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51uint64_t WarningSourceData::getBlockIdx() const {
52 return std::get<uint64_t>(values[BLOCK_IDX_IDX]);
53}
54uint32_t WarningSourceData::getOffsetInBlock() const {
55 return std::get<uint32_t>(values[OFFSET_IN_BLOCK_IDX]);
56}

Callers 3

operator<Method · 0.80
handleErrorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected