Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
129
bool AutoFile::Commit()
130
{
131
return ::FileCommit(m_file);
132
}
133
134
bool AutoFile::Truncate(unsigned size)
135
{
Callers
1
SerializeFileDB
Function · 0.45
Calls
1
FileCommit
Function · 0.85
Tested by
no test coverage detected