MCPcopy
hub / github.com/EutropicAI/Final2x / getoutputpath

Method getoutputpath

src/renderer/src/utils/IOPath.ts:120–123  ·  view source on GitHub ↗

* @description get outputpath

()

Source from the content-addressed store, hash-verified

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

Callers 2

IOPath.test.tsFile · 0.80
getOutPutPATHFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected