MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / ClearActiveDeleteLocked

Function ClearActiveDeleteLocked

src/common/cloud_work_queue.cpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118static void ClearActiveDeleteLocked(const std::string& path) {
119 auto it = g_activeDeletes.find(path);
120 if (it != g_activeDeletes.end() && --it->second <= 0) g_activeDeletes.erase(it);
121}
122
123static void ClearActiveBestEffortLocked(const std::string& path) {
124 auto it = g_activeBestEffortPaths.find(path);

Callers 1

WorkerLoopFunction · 0.85

Calls 1

findMethod · 0.80

Tested by

no test coverage detected