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

Method Clean

NetStream/source/tw_utils.cpp:185–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185void twutils::FavLog::Clean()
186{
187 if (s_favLog)
188 {
189 delete s_favLog;
190 LocalFile::RemoveFile("savedata0:tw_fav_log.ini");
191 s_favLog = new twutils::FavLog();
192 }
193}
194
195void twutils::HistLog::Clean()
196{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected