MCPcopy Create free account
hub / github.com/PDAL/PDAL / PageManager

Method PageManager

io/private/esri/PageManager.cpp:45–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43{
44
45PageManager::PageManager(int cacheSize, int threads, int indexFactor, i3s::FetchFunction fetch) :
46 m_pool(threads, -1), m_cacheSize(cacheSize), m_indexFactor(indexFactor), m_fetch(fetch)
47{}
48
49void PageManager::fetchPage(int index)
50{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected