MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / indexInsertAfter

Method indexInsertAfter

source/test/btree_test.cpp:467–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465 }
466
467 void indexInsertAfter(Index& index, size_t i, Key k, Pointer p) {
468 index.insertAfter(i, k, p);
469 }
470
471 size_t indexLevel(Index const& index) {
472 return index.indexLevel();

Callers

nothing calls this directly

Calls 1

insertAfterMethod · 0.45

Tested by

no test coverage detected