Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ trimmed
Method
trimmed
src/chain.h:249–251 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
247
const CBlockIndex * untrim_to(CBlockIndex *pindexNew) const;
248
249
inline bool trimmed() const {
250
return m_trimmed;
251
}
252
253
inline void set_stored() {
254
m_stored_lvl = true;
Callers
9
ProcessMessage
Method · 0.80
RegenerateFullIndex
Method · 0.80
FlushStateToDisk
Method · 0.80
EXCLUSIVE_LOCKS_REQUIRED
Function · 0.80
HelpMessageDialog
Method · 0.80
setModel
Method · 0.80
on_lineEdit_returnPressed
Method · 0.80
TestGUI
Function · 0.80
blockheaderToJSON
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestGUI
Function · 0.64