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

Method ~Recorder

FastCopyShellExtension/Recorder.cpp:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55Recorder::~Recorder()
56{
57 if (m_fs)
58 fclose(m_fs);
59}
60
61static wchar_t toFlag(CopyOperation op)
62{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected