MCPcopy 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
177void ifstream::close()
178{
179 if (m_file != nullptr) {
180 m_filebuf.close();
181 fclose(m_file);
182 }
183 m_file = nullptr;
184}
185
186void ofstream::open(const fs::path& p, std::ios_base::openmode mode)
187{

Callers 15

pull-tester.pyFile · 0.45
EnvShutdownMethod · 0.45
CloseDbMethod · 0.45
RewriteMethod · 0.45
LoadWalletMethod · 0.45
RecoverMethod · 0.45
~BenchmarkMethod · 0.45
CIpo_tests.cppFile · 0.45
BOOST_FIXTURE_TEST_CASEFunction · 0.45
dumpwalletFunction · 0.45
importwalletFunction · 0.45
connectMethod · 0.45

Calls

no outgoing calls

Tested by 1

BOOST_FIXTURE_TEST_CASEFunction · 0.36