Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ModOrganizer2/modorganizer
/ motdHash
Method
motdHash
src/settings.cpp:352–355 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
350
}
351
352
unsigned int Settings::motdHash() const
353
{
354
return get<unsigned int>(m_Settings,
"General"
,
"motd_hash"
, 0);
355
}
356
357
bool Settings::archiveParsing() const
358
{
Callers
1
motdReceived
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected