MCPcopy Create free account
hub / github.com/GrapheneCt/NetStream / Clean

Method Clean

NetStream/source/yt_utils.cpp:368–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368void ytutils::FavLog::Clean()
369{
370 if (s_favLog)
371 {
372 uint32_t oldTus = s_favLog->m_tus;
373 if (nputils::IsAllGreen())
374 {
375 nputils::GetTUS()->UploadString(s_favLog->m_tus, " ");
376 }
377 delete s_favLog;
378 LocalFile::RemoveFile("savedata0:yt_fav_log.ini");
379 s_favLog = new ytutils::FavLog(oldTus);
380 }
381}
382
383void ytutils::HistLog::Clean()
384{

Callers

nothing calls this directly

Calls 1

UploadStringMethod · 0.80

Tested by

no test coverage detected