* @description get outputpath
()
| 118 | * @description get outputpath |
| 119 | */ |
| 120 | static getoutputpath(): string { |
| 121 | const { outputpath } = storeToRefs(useIOPathStore()) |
| 122 | return outputpath.value |
| 123 | } |
| 124 | |
| 125 | /** |
| 126 | * @description clear all inputpath |
no outgoing calls
no test coverage detected