Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WaykiChain/WaykiChain
/ close
Method
close
src/fs.cpp:177–184 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
}
176
177
void ifstream::close()
178
{
179
if (m_file != nullptr) {
180
m_filebuf.close();
181
fclose(m_file);
182
}
183
m_file = nullptr;
184
}
185
186
void ofstream::open(const fs::path& p, std::ios_base::openmode mode)
187
{
Callers
15
pull-tester.py
File · 0.45
EnvShutdown
Method · 0.45
CloseDb
Method · 0.45
Rewrite
Method · 0.45
LoadWallet
Method · 0.45
Recover
Method · 0.45
~Benchmark
Method · 0.45
CIpo_tests.cpp
File · 0.45
BOOST_FIXTURE_TEST_CASE
Function · 0.45
dumpwallet
Function · 0.45
importwallet
Function · 0.45
connect
Method · 0.45
Calls
no outgoing calls
Tested by
1
BOOST_FIXTURE_TEST_CASE
Function · 0.36