Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ reset
Method
reset
YACReader/continuous_page_provider.cpp:118–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
void ContinuousPageProvider::reset()
119
{
120
numPagesValue = 0;
121
requestedFirst = 0;
122
requestedLast = -1;
123
rawDataReady.clear();
124
invalidateAll();
125
}
126
127
void ContinuousPageProvider::setRotation(int degrees)
128
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected