Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ resetReaders
Function
resetReaders
fdbserver/KeyValueStoreSQLite.actor.cpp:1893–1896 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1891
}
1892
1893
void resetReaders() {
1894
for (int i = 0; i < readThreads.size(); i++)
1895
readThreads[i].clear();
1896
}
1897
void checkFreePages() {
1898
int iterations = 0;
1899
Callers
1
fullCheckpoint
Function · 0.85
Calls
2
clear
Method · 0.65
size
Method · 0.45
Tested by
no test coverage detected