Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ AddRoot
Method
AddRoot
engine/Poseidon/Core/ModCollection.cpp:376–379 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
374
375
return result;
376
}
377
378
void ModLoader::AddRoot(std::string path, ModSource source)
379
{
380
_roots.push_back({std::move(path), source});
381
}
382
Callers
4
BeginModdedJoin
Method · 0.80
ApplyModdedJoin
Method · 0.80
ResolveFromRootByMetadata
Function · 0.80
test_mod_collection.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected