Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ newPageID
Function
newPageID
fdbserver/VersionedBTree.actor.cpp:2644–2644 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2642
}
2643
2644
Future<LogicalPageID> newPageID() override { return newPageID_impl(this); }
2645
2646
void growPager(int64_t pages) { header.pageCount += pages; }
2647
Callers
1
atomicUpdatePage
Function · 0.85
Calls
1
newPageID_impl
Function · 0.85
Tested by
no test coverage detected