Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ set_stored
Method
set_stored
src/chain.h:253–255 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
251
}
252
253
inline void set_stored() {
254
m_stored_lvl = true;
255
}
256
inline void assert_untrimmed() const {
257
assert(!m_trimmed);
258
}
Callers
2
LoadBlockIndexGuts
Method · 0.80
FlushStateToDisk
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected