(thread: ThreadData, isCompacting: boolean)
| 34 | } |
| 35 | |
| 36 | export function setThreadCompactingState(thread: ThreadData, isCompacting: boolean): ThreadData { |
| 37 | return thread.isCompacting === isCompacting ? thread : { ...thread, isCompacting } |
| 38 | } |
no outgoing calls
no test coverage detected