Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ColorCop/ColorCop
/ CColorCopApp
Method
CColorCopApp
ColorCop/ColorCop.cpp:35–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
34
35
CColorCopApp::CColorCopApp() {
36
m_hMutex = nullptr;
37
}
38
39
CColorCopApp::~CColorCopApp() {
40
if (m_hMutex != nullptr) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected