()
| 320 | |
| 321 | const updateFiles = () => operations.push('update_files') |
| 322 | const commitChanges = () => operations.push('commit') |
| 323 | const createTag = () => operations.push('create_tag') |
| 324 | |
| 325 | // Correct order |
no outgoing calls
no test coverage detected