(sessionID, name, args)
| 449 | async function readState(directory, sessionID) { |
| 450 | const state = await readStateFile(directory, sessionID); |
| 451 | Object.defineProperty(state, STATE_BASELINE, { |
| 452 | value: structuredClone(state.jobs || []), |
| 453 | enumerable: false, |
| 454 | configurable: false, |
no test coverage detected