MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / get_block_index_entry_for_index

Function get_block_index_entry_for_index

deps/concurrentqueue/concurrentqueue.h:2924–2929  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2922 }
2923
2924 inline BlockIndexEntry* get_block_index_entry_for_index(index_t index) const
2925 {
2926 BlockIndexHeader* localBlockIndex;
2927 auto idx = get_block_index_index_for_index(index, localBlockIndex);
2928 return localBlockIndex->index[idx];
2929 }
2930
2931 inline size_t get_block_index_index_for_index(index_t index, BlockIndexHeader*& localBlockIndex) const
2932 {

Callers 3

~ImplicitProducerMethod · 0.85
concurrentqueue.hFile · 0.85
enqueue_bulkFunction · 0.85

Calls 1

Tested by

no test coverage detected