MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / Commit

Method Commit

src/streams.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129bool AutoFile::Commit()
130{
131 return ::FileCommit(m_file);
132}
133
134bool AutoFile::Truncate(unsigned size)
135{

Callers 1

SerializeFileDBFunction · 0.45

Calls 1

FileCommitFunction · 0.85

Tested by

no test coverage detected