MCPcopy Create free account
hub / github.com/crosspoint-reader/crosspoint-reader / getThumbBmpPath

Method getThumbBmpPath

lib/Xtc/Xtc.cpp:263–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263std::string Xtc::getThumbBmpPath() const { return cachePath + "/thumb_[HEIGHT].bmp"; }
264std::string Xtc::getThumbBmpPath(int height) const { return cachePath + "/thumb_" + std::to_string(height) + ".bmp"; }
265
266bool Xtc::generateThumbBmp(int height) const {

Callers 4

getDataFromBookMethod · 0.45
onEnterMethod · 0.45
loopMethod · 0.45
onEnterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected