Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
FileWrapper::~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