MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / fileTaskStart

Function fileTaskStart

daemon/src/routers/file_router.ts:328–333  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

326
327 // Statistics of the number of tasks in a single instance file and the number of tasks in the entire daemon process
328 function fileTaskStart() {
329 if (instance) {
330 instance.info.fileLock++;
331 globalEnv.fileTaskCount++;
332 }
333 }
334
335 function fileTaskEnd() {
336 if (instance) {

Callers 1

file_router.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected