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

Method indexPointerCount

source/test/btree_test.cpp:443–445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441 }
442
443 size_t indexPointerCount(Index const& index) {
444 return index.pointerCount();
445 }
446
447 Pointer indexPointer(Index const& index, size_t i) {
448 return index.pointer(i);

Callers

nothing calls this directly

Calls 1

pointerCountMethod · 0.45

Tested by

no test coverage detected