MCPcopy Create free account
hub / github.com/Norbyte/bg3se / LoadCaches

Method LoadCaches

BG3Updater/Updater.cpp:146–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void ScriptExtenderUpdater::LoadCaches()
147{
148 if (cache_) return;
149
150 UpdatePaths();
151 cache_ = std::make_unique<ResourceCacheRepository>(config_, config_.CachePath);
152}
153
154void ScriptExtenderUpdater::FetchUpdates()
155{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected