MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / ~HFile

Method ~HFile

Win32Lib/Win32Lib.cpp:486–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484}
485
486HFile::~HFile()
487{
488 if (m_handle != -1)
489 ::_close(m_handle);
490}
491
492size_t HFile::size() const
493{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected