Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/bg3se
/ SEUpdate
Function
SEUpdate
BG3Updater/API.cpp:54–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
bool SEUpdate()
55
{
56
if (!gUpdater) return false;
57
58
gUpdater->FetchUpdates();
59
return gUpdater->ShowError();
60
}
61
62
void SEUpdaterGetError(char* buf, uint32_t* length)
63
{
Callers
1
SEUpdaterTest
Function · 0.85
Calls
2
FetchUpdates
Method · 0.80
ShowError
Method · 0.45
Tested by
no test coverage detected