MCPcopy Create free account
hub / github.com/YACReader/yacreader / setNumPages

Method setNumPages

YACReader/render.cpp:879–882  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

877}
878
879void Render::setNumPages(unsigned int numPages)
880{
881 pagesReady.fill(false, numPages);
882}
883
884void Render::pageRawDataReady(int page)
885{

Calls

no outgoing calls

Tested by

no test coverage detected