Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ notes
Method
notes
launcher/BaseInstance.cpp:327–330 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
325
}
326
327
QString BaseInstance::notes() const
328
{
329
return m_settings->get(
"notes"
).toString();
330
}
331
332
void BaseInstance::setIconKey(QString val)
333
{
Callers
1
NotesPage
Method · 0.80
Calls
2
toString
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected