Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MCSManager/MCSManager
/ fileTaskEnd
Function
fileTaskEnd
daemon/src/routers/file_router.ts:335–340 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
333
}
334
335
function
fileTaskEnd() {
336
if
(instance) {
337
instance.info.fileLock--;
338
globalEnv.fileTaskCount--;
339
}
340
}
341
342
// start decompressing or compressing the file
343
fileTaskStart();
Callers
1
file_router.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected