MCPcopy 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

ProcessMessageMethod · 0.80
RegenerateFullIndexMethod · 0.80
FlushStateToDiskMethod · 0.80
EXCLUSIVE_LOCKS_REQUIREDFunction · 0.80
HelpMessageDialogMethod · 0.80
setModelMethod · 0.80
TestGUIFunction · 0.80
blockheaderToJSONFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestGUIFunction · 0.64