(v)
| 131 | export function setCurrentJobId(v) { currentJobId = v; } |
| 132 | export function setTrackIndex(v) { trackIndex = v; } |
| 133 | export function setTotalDuration(v) { totalDuration = v; } |
| 134 | export function setLoopEnabled(v) { loopEnabled = v; } |
| 135 | export function setLoopStart(v) { loopStart = v; } |
| 136 | export function setLoopEnd(v) { loopEnd = v; } |
no outgoing calls
no test coverage detected