Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ InitPruneSetting
Method
InitPruneSetting
src/qt/bitcoin.cpp:317–320 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
315
}
316
317
void BitcoinApplication::InitPruneSetting(int64_t prune_MiB)
318
{
319
optionsModel->SetPruneTargetGB(PruneMiBtoGB(prune_MiB), true);
320
}
321
322
void BitcoinApplication::requestInitialize()
323
{
Callers
1
GuiMain
Function · 0.80
Calls
2
PruneMiBtoGB
Function · 0.85
SetPruneTargetGB
Method · 0.80
Tested by
no test coverage detected