Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ status
Method
status
launcher/meta/BaseEntity.cpp:104–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
}
103
104
BaseEntity::LoadStatus BaseEntity::status() const
105
{
106
return m_load_status;
107
}
108
109
BaseEntityLoadTask::BaseEntityLoadTask(BaseEntity* parent, Net::Mode mode) : m_entity(parent), m_mode(mode) {}
110
Callers
7
main
Function · 0.45
executeTask
Method · 0.45
executeTask
Method · 0.45
checkVersionsResponse
Method · 0.45
saveFile
Method · 0.45
loadFile
Method · 0.45
test_SaveAlreadyExistingFileWithSpecialChars
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_SaveAlreadyExistingFileWithSpecialChars
Method · 0.36