Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ composeLoadResult
Function
composeLoadResult
launcher/minecraft/ComponentUpdateTask.cpp:63–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
};
62
63
LoadResult composeLoadResult(LoadResult a, LoadResult b)
64
{
65
if (a < b)
66
{
67
return b;
68
}
69
return a;
70
}
71
72
static LoadResult loadComponent(ComponentPtr component, Task::Ptr& loadTask, Net::Mode netmode)
73
{
Callers
1
loadComponents
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected