MCPcopy Create free account
hub / github.com/AGWA/git-crypt / close

Method close

util-win32.cpp:88–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void temp_fstream::close ()
89{
90 if (std::fstream::is_open()) {
91 std::fstream::close();
92 DeleteFile(filename.c_str());
93 }
94}
95
96void mkdir_parent (const std::string& path)
97{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected