Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ SetfLargeWorkForkFound
Function
SetfLargeWorkForkFound
src/warnings.cpp:22–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
void SetfLargeWorkForkFound(bool flag)
23
{
24
LOCK(cs_warnings);
25
fLargeWorkForkFound = flag;
26
}
27
28
bool GetfLargeWorkForkFound()
29
{
Callers
1
CheckForkWarningConditions
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected