Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TranslucentTB/TranslucentTB
/ ~FolderWatcher
Method
~FolderWatcher
TranslucentTB/folderwatcher.cpp:87–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
FolderWatcher::~FolderWatcher()
88
{
89
if (m_FolderHandle && m_Buffer)
90
{
91
if (!CancelIo(m_FolderHandle.get()))
92
{
93
LastErrorHandle(spdlog::level::warn, L
"Failed to cancel asynchronous IO"
);
94
}
95
}
96
}
Callers
nothing calls this directly
Calls
1
get
Method · 0.80
Tested by
no test coverage detected