(directory, sessionID, job)
| 996 | handledCommands.delete(key); |
| 997 | return false; |
| 998 | } |
| 999 | if (entry.pending <= 1) |
| 1000 | handledCommands.delete(key); |
| 1001 | else |
| 1002 | handledCommands.set(key, { time: entry.time, pending: entry.pending - 1 }); |
| 1003 | return true; |
no test coverage detected