MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / progress

Method progress

3ds/source/loader.cpp:219–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219LoadProgress TitleCatalog::progress(void)
220{
221 return LoadProgress{mLoading.load(), mCounter.load(), mLimit.load()};
222}
223
224void TitleCatalog::exportTitleListCache(std::vector<Title>& list, const std::u16string& path, IconStore& icons)
225{

Callers 8

drawMethod · 0.45
drawBottomMethod · 0.45
drawTopMethod · 0.45
refreshSelectedMethod · 0.45
updateSelectorMethod · 0.45
startScriptPickerMethod · 0.45
handleEventsMethod · 0.45
mainFunction · 0.45

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected