MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / ~FileWrapper

Method ~FileWrapper

FastCopy/FileWrapper.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14FileWrapper::~FileWrapper()
15{
16 if (m_fp)
17 fclose(m_fp);
18}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected